Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
"moduleResolution": "bundler" is already in "extends": "./.svelte-kit/tsconfig.json"
  • Loading branch information
huseeiin committed Apr 25, 2024
1 parent 5e12399 commit dc81574
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/create-svelte/shared/+typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
"strict": true
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
// except $lib which is handled by https://kit.svelte.dev/docs/configuration#files
Expand Down

0 comments on commit dc81574

Please sign in to comment.