Skip to content

Commit

Permalink
fix: use bundler module resoluion ts strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjopa committed Dec 20, 2023
1 parent e64e64e commit 3bceb9e
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 @@ -4,7 +4,7 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"target": "es5",
"strict": true,

Expand Down

0 comments on commit 3bceb9e

Please sign in to comment.