refactor: 在 tsconfig.json 中启用 verbatimModuleSyntax 选项

This commit is contained in:
sd0ric4
2025-03-27 15:23:12 +08:00
parent 7a0177cd06
commit 2b335a9938

View File

@@ -1,5 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"verbatimModuleSyntax": true,
"target": "es2022", "target": "es2022",
"lib": ["dom", "dom.iterable", "esnext"], "lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true, "allowJs": true,