sveltejs / vite-plugin-svelte

Svelte plugin for http://vitejs.dev/
MIT License
864 stars 105 forks source link

Update to Typescript 5 ? #610

Closed nielk closed 1 year ago

nielk commented 1 year ago

Describe the problem

I can't update typescript on my project because vite-plugin-svelte does not support it.

Describe the proposed solution

Could you update vite-plugin-svelte to support typescript 5.0.x ?

Alternatives considered

Create a @beta tag for typescript 5 ?

Importance

i cannot use vite-plugin-svelte without it

bluwy commented 1 year ago

vite-plugin-svelte doesn't depend on a specific version of TypeScript. Please elaborate what didn't work.

nielk commented 1 year ago

Hello, Thanks for the quick reply. Yes something was wrong with my config, it was not due to vite-plugin-svelte. I'm closing this issue.