Skip to content

Commit ad99ac0

Browse files
committed
Slightly modify tsconfig.typetests.json to include all source files
1 parent 31a86c8 commit ad99ac0

File tree

1 file changed

+4
-2
lines changed

1 file changed

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

0 commit comments

Comments
 (0)