Skip to content

Commit 8f185a0

Browse files
docs: standardize comment in jsconfig/tsconfig (#11788)
Co-authored-by: Ben McCann <[email protected]>
1 parent 74ccfa2 commit 8f185a0

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/sweet-weeks-pretend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-svelte": patch
3+
---
4+
5+
docs: update comment about path aliases

packages/create-svelte/shared/+checkjs/jsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"strict": true,
1212
"moduleResolution": "bundler"
1313
}
14-
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias and https://kit.svelte.dev/docs/configuration#files
14+
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
15+
// except $lib which is handled by https://kit.svelte.dev/docs/configuration#files
1516
//
1617
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
1718
// from the referenced tsconfig.json - TypeScript does not merge them in

packages/create-svelte/shared/+typescript/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"moduleResolution": "bundler"
1313
}
1414
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
15+
// except $lib which is handled by https://kit.svelte.dev/docs/configuration#files
1516
//
1617
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
1718
// from the referenced tsconfig.json - TypeScript does not merge them in

0 commit comments

Comments
 (0)