Skip to content

Commit 77a04f3

Browse files
committed
Update tsconfig.typetests.json include all TS files
1 parent 8616a04 commit 77a04f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

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

0 commit comments

Comments
 (0)