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 033aec4 commit b803d8eCopy full SHA for b803d8e
test/tsconfig.json
@@ -1,4 +1,5 @@
1
{
2
"extends": "../tsconfig.json",
3
- "include": ["./**/*.ts"]
+ "include": ["./**/*.ts"],
4
+ "exclude": ["node_modules/**"]
5
}
0 commit comments