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 d8e0dc9 commit 0b1cfc9Copy full SHA for 0b1cfc9
test/tsconfig.json
@@ -1,4 +1,5 @@
1
{
2
"extends": "../tsconfig.json",
3
- "include": ["./**/*.ts"]
+ "include": ["./**/*.ts"],
4
+ "exclude": ["./unit/node/test-plugin"]
5
}
0 commit comments