Skip to content

Commit

Permalink
Fix import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli committed Jan 3, 2024
1 parent 79d850c commit 67ca98b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"typeRoots": [
"typings"
],
/* Fix imports: https://stackoverflow.com/q/68785926/2491528 */
"allowSyntheticDefaultImports": true,
/* 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 67ca98b

Please sign in to comment.