File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/create/shared/+typescript Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " sv " : patch
3
+ ---
4
+
5
+ chore(create): recommend the ` kit.typescript.config ` setting instead of copying from the generated config
Original file line number Diff line number Diff line change 14
14
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
15
15
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
16
16
//
17
- // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
18
- // from the referenced tsconfig.json - TypeScript does not merge them in
17
+ // To make changes to top-level options such as include and exclude, we recommend extending
18
+ // the generated config; see https://svelte.dev/docs/kit/configuration#typescript
19
19
}
You can’t perform that action at this time.
0 commit comments