refactor(frontend-shared): enforce verbatimModuleSyntax

This commit is contained in:
kakkokari-gtyih 2025-01-21 22:24:54 +09:00
parent 4deeb95e1d
commit 629f7b1e84
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
"experimentalDecorators": true,
"noImplicitReturns": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {
"@/*": ["./*"],