We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9473a13 commit b892bc0Copy full SHA for b892bc0
tsconfig.json
@@ -16,6 +16,8 @@
16
"paths": { "@/*": ["src/*"] },
17
"resolveJsonModule": true,
18
"types": ["vite/client", "element-plus/global"],
19
+ // 允许 JS
20
+ "allowJs": true,
21
// TS 严格模式
22
"strict": true,
23
"importHelpers": true,
0 commit comments