Skip to content

Commit 4cc7a98

Browse files
committed
test: add test folder to tsconfig
1 parent a97e764 commit 4cc7a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"removeComments": true,
1414
"sourceMap": true
1515
},
16-
"include": ["src/**/*.ts"],
16+
"include": ["src/**/*.ts", "tests/**/*.ts"],
1717
"exclude": ["node_modules"]
1818
}

0 commit comments

Comments
 (0)