refactor(frontend-embed): enforce verbatimModuleSyntax

This commit is contained in:
kakkokari-gtyih 2025-01-21 22:27:00 +09:00
parent cfe4b8149d
commit 6dd0bb0e0b
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
"useDefineForClassFields": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],