Skip to content

Commit

Permalink
chore: use bundler module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 6, 2023
1 parent 0c5a303 commit 8c69d15
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 @@ -6,7 +6,7 @@
"skipLibCheck": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "Bundler",
"strict": true,
"noImplicitAny": true,
"allowJs": true,
Expand Down

0 comments on commit 8c69d15

Please sign in to comment.