Skip to content

Commit dc0912f

Browse files
committed
Removed rood dir from tsconfig to avoid IDE reporting problems in test files
1 parent 476ce3d commit dc0912f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"declaration": true,
1010
"allowJs": false,
1111
"strict": true,
12-
"strictNullChecks": false,
13-
"rootDir": "src"
12+
"strictNullChecks": false
1413
},
1514
"include": [
1615
"./src"

0 commit comments

Comments
 (0)