Fix unnecessary module loading for type imports (#1053)

This commit is contained in:
filtered
2025-05-16 09:16:27 +10:00
committed by GitHub
parent b035c95cc0
commit de21f5ccd3
9 changed files with 10 additions and 15 deletions

View File

@@ -21,6 +21,7 @@
"downlevelIteration": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"verbatimModuleSyntax": true,
/* AllowJs during migration phase */
"allowJs": true,