dev(tsconfig): ensure imports use import type ...

This commit is contained in:
Cole Lawrence 2022-04-27 13:47:21 -04:00
parent c1e515a13f
commit f04bc3e31a

View file

@ -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,