Skip to content

Commit c13cbe5

Browse files
committed
fix: remove types from tsconfig
1 parent d16a7c8 commit c13cbe5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
"declaration": true,
77
"module": "commonjs",
88
"moduleResolution": "node",
9-
"types": [
10-
"node",
11-
"mocha"
12-
],
9+
"forceConsistentCasingInFileNames": true,
1310
"strictPropertyInitialization": false, // TODO
1411
"strict": true,
1512
"strictNullChecks": true,

0 commit comments

Comments
 (0)