Skip to content

Commit 5b8885b

Browse files
committed
Fix tsconfig for type tests
1 parent b3f526a commit 5b8885b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

packages/toolkit/src/tests/tsconfig.typetests.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"extends": "../../tsconfig.test.json",
33
"compilerOptions": {
44
"skipLibCheck": true,
5-
// "rootDir": "../../src"
6-
}
7-
// "include": ["../../src/**/*.ts*"]
5+
"rootDir": "../../src"
6+
},
7+
"include": [
8+
// "../../src/**/*.ts*",
9+
"../dynamicMiddleware",
10+
"../entities",
11+
"../listenerMiddleware"
12+
]
813
}

0 commit comments

Comments
 (0)