We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d550b commit 3962c8bCopy full SHA for 3962c8b
tsconfig.json
@@ -19,6 +19,6 @@
19
"outDir": "./build"
20
},
21
"include": [
22
- "statistics/**/*", "lib/**/*", "__tests__/**/*"],
23
- "exclude": ["node_modules"]
+ "statistics/**/*", "lib/**/*"],
+ "exclude": ["node_modules", "__tests__"]
24
}
0 commit comments