Skip to content

Commit

Permalink
ci: 🎡 修改tsconfig.json文件
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-czy committed Dec 20, 2023
1 parent 28c1d77 commit fa61e66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": false
},
"include": [
"src"
Expand Down

0 comments on commit fa61e66

Please sign in to comment.