diff --git a/.changeset/tall-rivers-sleep.md b/.changeset/tall-rivers-sleep.md index 9efcebcea..1f439d0ab 100644 --- a/.changeset/tall-rivers-sleep.md +++ b/.changeset/tall-rivers-sleep.md @@ -2,4 +2,9 @@ '@sveltejs/vite-plugin-svelte': minor --- -add support for loading typescript svelte config files in runtimes that support it +add support for loading TypeScript Svelte config files in runtimes that support it + +> [! NOTE] +> This change only applies to vite-plugin-svelte. +> +> To use `svelte.config.ts` in SvelteKit, with the Svelte VS Code extension or other tools reading the Svelte config file, you have to wait until support is implemented there.