dev(tsconfig): ensure imports use import type ...
This commit is contained in:
parent
c1e515a13f
commit
f04bc3e31a
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
"target": "ESNext",
|
"target": "ESNext",
|
||||||
"lib": ["es2017", "dom", "ESNext"],
|
"lib": ["es2017", "dom", "ESNext"],
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
|
"importsNotUsedAsValues": "error",
|
||||||
"noFallthroughCasesInSwitch": true,
|
"noFallthroughCasesInSwitch": true,
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
|
Loading…
Reference in a new issue