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 cb1dc06 commit cd1e799Copy full SHA for cd1e799
core-query/tsconfig.json
@@ -1,3 +1,10 @@
1
{
2
- "extends": "../tsconfig.json"
+ "extends": "../tsconfig.json",
3
+ "exclude": [
4
+ "node_modules",
5
+ "dist",
6
+ "**/*.test.ts",
7
+ "**/*.spec.ts",
8
+ "query-node.test.ts"
9
+ ]
10
}
0 commit comments