Skip to content

Commit

Permalink
Use moduleResolution: 'bundler'
Browse files Browse the repository at this point in the history
This is a necessary step to being able to resolve import from `react-router/dom`
  • Loading branch information
Onitoxan committed Dec 19, 2024
1 parent f4e6d6e commit 2ff62ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"moduleResolution": "bundler",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
Expand Down

0 comments on commit 2ff62ed

Please sign in to comment.