Skip to content

Commit

Permalink
chore(deps): add allowSyntheticDefaultImports
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaumanali94 committed Nov 5, 2024
1 parent f64004d commit 0804808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"removeComments": true,
"skipLibCheck": true,
"noEmitHelpers": false,
"importHelpers": true
"importHelpers": true,
"allowSyntheticDefaultImports": true
}
}

0 comments on commit 0804808

Please sign in to comment.