Skip to content

Commit

Permalink
fix: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Sep 23, 2024
1 parent fee0cde commit 6cb616a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
// "strict": true,
// "noUnusedLocals": true,
// "noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
// no-unused-vars
"noUnusedVars": true,
"noFallthroughCasesInSwitch": true
},
"include": ["lib"],
"references": [
Expand Down

0 comments on commit 6cb616a

Please sign in to comment.