Reduce confusion from import elison

Set verbatimModuleSyntax to reduce possible confusion around which
imports stay and which gets removed by TypeScript's import elision.
This commit is contained in:
Hornwitser 2025-01-22 09:07:07 +01:00
parent cf3610f6ff
commit 4236ddd5fa

View file

@ -14,6 +14,7 @@
"moduleResolution": "node16", "moduleResolution": "node16",
"strict": true, "strict": true,
"esModuleInterop": true, "esModuleInterop": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true "skipLibCheck": true
} }
} }