Skip to content

Commit

Permalink
chore: switch moduleResolution to `Bundler, fix #42
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 11, 2024
1 parent b908290 commit 57ed17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"moduleDetection": "force",
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "Bundler",
"paths": {
"twoslash": [
"./packages/twoslash/src/index.ts"
Expand Down

0 comments on commit 57ed17a

Please sign in to comment.