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": ".",
"paths": {
"@/*": ["./src/*"]
}
},
// TODO: waiting fix @typescript-eslint/consistent-type-imports
"verbatimModuleSyntax": false
}
}