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",
|
||||
"lib": ["es2017", "dom", "ESNext"],
|
||||
"isolatedModules": true,
|
||||
"importsNotUsedAsValues": "error",
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"jsx": "react",
|
||||
"skipLibCheck": true,
|
||||
|
|
Loading…
Reference in a new issue