vitejs / vite-plugin-react-swc

Speed up your Vite dev server with SWC
MIT License
831 stars 54 forks source link

chore: fix tsc build moduleResolution #168

Closed bluwy closed 11 months ago

bluwy commented 11 months ago

Fix https://github.com/vitejs/vite-ecosystem-ci/actions/runs/6741485059/job/18326160111#step:8:770

Vite 5 re-exports rollup/parseAst which requires TypeScript to respect the "exports" field for types.