Skip to content

Commit

Permalink
chore: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini-ghost committed May 27, 2022
1 parent acb1c02 commit 994a1b4
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 @@ -15,7 +15,8 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": false
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 994a1b4

Please sign in to comment.