Skip to content

Commit

Permalink
Use moduleResolution: Bundler (maplibre#4533)
Browse files Browse the repository at this point in the history
* Use Bundler module resolution

* moduleResolution Bundler

* remove from ts-node
  • Loading branch information
birkskyum authored Aug 13, 2024
1 parent 5cd09f0 commit 672f826
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 @@ -10,7 +10,7 @@
"importHelpers": false,
"jsx": "react",
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"skipLibCheck": false,
"strict": false,
Expand Down

0 comments on commit 672f826

Please sign in to comment.