Skip to content

Commit

Permalink
added allowSyntheticDefaultImports
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitesh-Kandpal committed Aug 26, 2024
1 parent d1c28b6 commit 6d9207b
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 @@ -6,6 +6,7 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"allowSyntheticDefaultImports": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
Expand Down

0 comments on commit 6d9207b

Please sign in to comment.