johnsoncodehk / vue-tsc

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

How does vue-tsc skip node_modules? #62

Closed seho-dev closed 3 years ago

seho-dev commented 3 years ago

I am using husky+lint-stage, please tell me how vue-tsc can better integrate into this technology stack, thank you

johnsoncodehk commented 3 years ago

Please use --skipLibCheck flag, see #52, #16.

seho-dev commented 3 years ago

请使用--skipLibCheck标志,参见#52 , #16。

Can this library use lint-stage and only check the files in the temporary storage area?

johnsoncodehk commented 3 years ago

Sorry I have no experience with lint-stage. vue-tsc is just a wrapper of typescript tsc, please ask for typescript community for this problem.

seho-dev commented 3 years ago

Sorry I have no experience with lint-stage. vue-tsc is just a wrapper of typescript tsc, please ask for typescript community for this problem.

all right, thank you,have a good day~