Skip to content

Commit

Permalink
Merge pull request #627 from 3flex/patch-3
Browse files Browse the repository at this point in the history
Enable bundler module resolution mode
  • Loading branch information
nielsvanvelzen authored Oct 22, 2024
2 parents c5fe55f + 2bd8f24 commit b680717
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 @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2015",
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "bundler",
"lib": ["dom", "ES2015"],
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit b680717

Please sign in to comment.