Skip to content

Commit

Permalink
desperate attempt to make TS work.
Browse files Browse the repository at this point in the history
  • Loading branch information
genius257 committed Aug 9, 2021
1 parent 072f25e commit 1449aa5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"noImplicitAny": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true
}
}
}

0 comments on commit 1449aa5

Please sign in to comment.