Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit ebf4df0

Browse files
committed
chore: imports-not-used-as-values for typings
1 parent 2dac244 commit ebf4df0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
"noImplicitAny": true,
2020

21-
"strictNullChecks": true
21+
"strictNullChecks": true,
22+
23+
"importsNotUsedAsValues": "error"
2224
}
2325
}

0 commit comments

Comments
 (0)