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.
tsconfig.typetests.json
1 parent 8616a04 commit 77a04f3Copy full SHA for 77a04f3
packages/toolkit/src/tests/tsconfig.typetests.json
@@ -1,8 +1,7 @@
1
{
2
"extends": "../../tsconfig.test.json",
3
"compilerOptions": {
4
- "skipLibCheck": true,
5
- "rootDir": "../../src"
+ "skipLibCheck": true
6
},
7
- "include": ["../dynamicMiddleware", "../entities", "../listenerMiddleware"]
+ "include": ["../**/*.ts*"]
8
}
0 commit comments