Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .changeset/tall-rivers-sleep.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.