Enable isolatedModules in tsconfig

This commit is contained in:
Pavel Prichodko 2022-03-02 18:13:16 +01:00
parent f14a029da6
commit 3179159211
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
// "noEmit": true,
"strict": true,
"noUnusedLocals": true,