Skip to content

Commit

Permalink
update TS config
Browse files Browse the repository at this point in the history
  • Loading branch information
SKarolFolio committed Oct 24, 2024
1 parent c600e96 commit 36e8aeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"types": ["vite-plugin-svgr/client"]
"noFallthroughCasesInSwitch": true
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
Expand Down

0 comments on commit 36e8aeb

Please sign in to comment.