allow mixed value and type imports
This commit is contained in:
parent
73c7785ac3
commit
bd8623cbf9
@ -15,7 +15,7 @@
|
|||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
|
|
||||||
"importsNotUsedAsValues": "error",
|
"importsNotUsedAsValues": "remove",
|
||||||
|
|
||||||
"strict": true, /* Enable all strict type-checking options. */
|
"strict": true, /* Enable all strict type-checking options. */
|
||||||
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
|
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
|
||||||
|
Loading…
Reference in New Issue
Block a user