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 713449f commit 21259f0Copy full SHA for 21259f0
packages/toolkit/src/tests/tsconfig.typetests.json
@@ -1,7 +1,8 @@
1
{
2
"extends": "../../tsconfig.test.json",
3
"compilerOptions": {
4
- "skipLibCheck": true
+ "skipLibCheck": true,
5
},
6
- "include": ["../**/*.ts*"]
+ "include": ["../**/*.ts*"],
7
+ "exclude": ["../query"]
8
}
0 commit comments