Skip to content

Commit e2268ea

Browse files
committed
Add all files to tsconfig.json
1 parent 6de015c commit e2268ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"include": ["*.js"],
2+
"include": ["**/*.js"],
3+
"exclude": ["coverage/", "node_modules/"],
34
"compilerOptions": {
45
"checkJs": true,
56
"declaration": true,

0 commit comments

Comments
 (0)