allow mixed value and type imports

This commit is contained in:
Lukas Hass 2022-02-01 00:36:05 +01:00
parent 73c7785ac3
commit bd8623cbf9
No known key found for this signature in database
GPG Key ID: 7C8CEF72C4039178

View File

@ -15,7 +15,7 @@
"allowJs": true,
"esModuleInterop": true,
"importsNotUsedAsValues": "error",
"importsNotUsedAsValues": "remove",
"strict": true, /* Enable all strict type-checking options. */
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */