Commit 9ba1d46d by pangchong

feat: 优化ts配置

parent f785a9d3
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
"jsx": "preserve", "jsx": "preserve",
/* Linting */ /* Linting */
"strict": true, "strict": false,
"noUnusedLocals": false, "noUnusedLocals": false,
"noUnusedParameters": true, "noUnusedParameters": true,
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
"allowJs": true, "allowJs": true,
"noImplicitAny":false,
"paths": { "paths": {
"@/*": ["src/*"], "@/*": ["src/*"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment