Enable verbatim module syntax

This commit is contained in:
filtered
2025-09-16 20:26:48 +10:00
parent 9da2ccdb5b
commit b25690d435

View File

@@ -19,6 +19,7 @@
"downlevelIteration": true,
"noImplicitOverride": true,
"allowJs": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]