File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
packages/create-svelte/shared Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " create-svelte " : patch
3
+ ---
4
+
5
+ docs: update comment about path aliases
Original file line number Diff line number Diff line change 11
11
"strict" : true ,
12
12
"moduleResolution" : " bundler"
13
13
}
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
15
16
//
16
17
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
17
18
// from the referenced tsconfig.json - TypeScript does not merge them in
Original file line number Diff line number Diff line change 12
12
"moduleResolution" : " bundler"
13
13
}
14
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
15
16
//
16
17
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
17
18
// from the referenced tsconfig.json - TypeScript does not merge them in
You can’t perform that action at this time.
0 commit comments