chore: 暂时跳过 verbatimModuleSyntax

This commit is contained in:
BaboonKing 2024-11-20 20:07:23 +08:00
parent 54f69cb740
commit ff6cb241a8

View File

@ -9,6 +9,8 @@
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"]
} },
// TODO: waiting fix @typescript-eslint/consistent-type-imports
"verbatimModuleSyntax": false
} }
} }