Skip to content

Commit

Permalink
Revert tsconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 18, 2023
1 parent 19530df commit dec8aa9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
],
"sourceMap": true,
"rootDir": "src",
"strict": true, /* enable all strict type-checking options */
"typeRoots": [
"./node_modules/@types",
"./types"
]
"strict": true /* enable all strict type-checking options */
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
Expand Down

0 comments on commit dec8aa9

Please sign in to comment.