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