Enable isolatedModules in tsconfig

This commit is contained in:
Pavel Prichodko 2022-03-02 18:13:16 +01:00
parent c1f9fc9f9f
commit 933b3d83db
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
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,