Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 537a944

Browse files
committed
Make tsconfig stricter
1 parent c0e7f31 commit 537a944

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.base.json

+2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
"target": "esnext",
44
"lib": ["esnext", "dom"],
55
"removeComments": false,
6+
"importsNotUsedAsValues": "error",
67
"inlineSourceMap": true,
78
"inlineSources": true,
9+
"isolatedModules": true,
810
"downlevelIteration": true,
911
"strict": true,
1012
"noUnusedLocals": true,

0 commit comments

Comments
 (0)