File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -725,6 +725,9 @@ export interface KitConfig {
725
725
/**
726
726
* A function that allows you to edit the generated `tsconfig.json`. You can mutate the config (recommended) or return a new one.
727
727
* This is useful for extending a shared `tsconfig.json` in a monorepo root, for example.
728
+ *
729
+ * Note that any paths configured here should be relative to the generated config file, which is written to `.svelte-kit/tsconfig.json`.
730
+ *
728
731
* @default (config) => config
729
732
* @since 1.3.0
730
733
*/
Original file line number Diff line number Diff line change @@ -702,6 +702,9 @@ declare module '@sveltejs/kit' {
702
702
/**
703
703
* A function that allows you to edit the generated `tsconfig.json`. You can mutate the config (recommended) or return a new one.
704
704
* This is useful for extending a shared `tsconfig.json` in a monorepo root, for example.
705
+ *
706
+ * Note that any paths configured here should be relative to the generated config file, which is written to `.svelte-kit/tsconfig.json`.
707
+ *
705
708
* @default (config) => config
706
709
* @since 1.3.0
707
710
*/
You can’t perform that action at this time.
0 commit comments