Skip to content

Commit 3962c8b

Browse files
committed
Update ts config
1 parent 34d550b commit 3962c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"outDir": "./build"
2020
},
2121
"include": [
22-
"statistics/**/*", "lib/**/*", "__tests__/**/*"],
23-
"exclude": ["node_modules"]
22+
"statistics/**/*", "lib/**/*"],
23+
"exclude": ["node_modules", "__tests__"]
2424
}

0 commit comments

Comments
 (0)