johnsoncodehk / vue-tsc

vue-tsc --noEmit && vite build
https://www.npmjs.com/package/vue-tsc
MIT License
241 stars 6 forks source link

incremental mode is not yet support #15

Closed anncwb closed 3 years ago

anncwb commented 3 years ago

Run vue-tsc in my project --noEmit will report this error

image

johnsoncodehk commented 3 years ago

If your project is not monorepo, make sure composite and declaration options is not enable in tsconfig.json.

anncwb commented 3 years ago

I did not configure this image

johnsoncodehk commented 3 years ago

@anncwb sorry, and also should not enable incremental option. 😅

anncwb commented 3 years ago

Thanks, it works fine