Skip to content

Commit 01fe82a

Browse files
chore(create): recommend the kit.typescript.config setting instead of copying from the generated config (#668)
* Update tsconfig.json * Apply suggestion from @eltigerchino * Update tsconfig.json * Create hot-roses-call.md --------- Co-authored-by: Manuel <[email protected]>
1 parent 1feda41 commit 01fe82a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/hot-roses-call.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"sv": patch
3+
---
4+
5+
chore(create): recommend the `kit.typescript.config` setting instead of copying from the generated config

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
1515
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
1616
//
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
1919
}

0 commit comments

Comments
 (0)