Skip to content

Commit

Permalink
chore(tsconfig): use module: preserve
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed May 1, 2024
1 parent 4ba24d5 commit 625e6c3
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
@@ -1,8 +1,7 @@
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "Bundler",
"module": "Preserve",
"strict": true,
"noEmit": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 625e6c3

Please sign in to comment.