SukkaW / rollup-plugin-swc

Use SWC with Rollup to transform / minify ESNext and TypeScript code.
MIT License
152 stars 15 forks source link

[Improvement] Add warn message when tsconfig is invalid #46

Closed citrus327 closed 12 months ago

citrus327 commented 1 year ago

Recently I've encountered a problem that I was passing invalid tsconfig.json file path, I've been debugging for serveral hours. I think adding some warn message will be nice.

I've made the PR for it

https://github.com/SukkaW/rollup-plugin-swc/pull/45

citrus327 commented 12 months ago

close as it's fixed by https://github.com/SukkaW/rollup-plugin-swc/pull/45