sveltejs / vite-plugin-svelte

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

chore: update tsconfig setup #780

Closed bluwy closed 1 year ago

bluwy commented 1 year ago

Vite 5 re-exports rollup/parseAst which is only supported by TS if it respects the "exports" field. I updated the tsconfigs so it works now.