feat: 允许 JS

This commit is contained in:
pany 2024-11-21 14:44:19 +08:00
parent 9473a13c53
commit b892bc0936

View File

@ -16,6 +16,8 @@
"paths": { "@/*": ["src/*"] },
"resolveJsonModule": true,
"types": ["vite/client", "element-plus/global"],
// JS
"allowJs": true,
// TS
"strict": true,
"importHelpers": true,