Skip to content

Commit

Permalink
tsconfig module to preserve
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsam committed Aug 1, 2024
1 parent 9075327 commit 33a47e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"isolatedModules": true,
"esModuleInterop": true,
"jsx": "react-jsx",
"module": "ESNext",
"module": "preserve",
"target": "ES2022",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"allowJs": true,

Expand Down

0 comments on commit 33a47e1

Please sign in to comment.