Skip to content

Commit

Permalink
chore: set tsconfig.json.moduleResolution to bundler in examples fo…
Browse files Browse the repository at this point in the history
…lder
  • Loading branch information
kiki-kanri committed Jan 5, 2025
1 parent 15b1fcb commit 3102c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "@kikiutils/tsconfigs/esnext/es2022.json",
"compilerOptions": {
"moduleResolution": "bundler",
"paths": {
"@/*": ["./src/*"]
},
Expand Down

0 comments on commit 3102c1f

Please sign in to comment.