Skip to content

Commit

Permalink
fix: Cannot add property noFallthroughCasesInSwitch, object is not ex…
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftyDragon678 committed Nov 9, 2020
1 parent 6cbc928 commit b64ca91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"noFallthroughCasesInSwitch": true,
"types": ["@emotion/core", "node"],
"typeRoots": ["./src/types", "./node_modules/@types", "./node_modules"]
},
Expand Down

0 comments on commit b64ca91

Please sign in to comment.