Skip to content

Commit

Permalink
fix TypeError: Cannot add property noFallthroughCasesInSwitch
Browse files Browse the repository at this point in the history
  • Loading branch information
gawaooooo committed Nov 9, 2020
1 parent aed23ec commit 3c286eb
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 @@ -17,7 +17,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
"jsx": "react",
"noFallthroughCasesInSwitch": true
},
"include": [
"src"
Expand Down

0 comments on commit 3c286eb

Please sign in to comment.