Skip to content

Commit d313280

Browse files
committed
Enable importsNotUsedAsValues flag
1 parent e3aada6 commit d313280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"declaration": true,
44
"esModuleInterop": true,
5+
"importsNotUsedAsValues": "error",
56
"isolatedModules": true,
67
"moduleResolution": "node",
78
"noUncheckedIndexedAccess": true,

0 commit comments

Comments
 (0)