vuejs / tsconfig

Base tsconfig for Vue 3 projects.
MIT License
307 stars 25 forks source link

Enhancement: a dedicated config for libraries #5

Open haoqunjiang opened 1 year ago

haoqunjiang commented 1 year ago

Should have skipLibCheck: false in that config.

But let's wait till https://github.com/microsoft/TypeScript/issues/29118 lands in TypeScript so that the configuration won't be too complex.

dpschen commented 1 year ago

It has been implemented in https://github.com/microsoft/TypeScript/pull/50403 and been released with TypeScript 5 😄

haoqunjiang commented 9 months ago

tsconfig.lib.json added in v0.5.0. As for the skipLibCheck: false configuration, now that https://github.com/vuejs/core/pull/9261 has been merged, we'll add it when 3.4 stable is out and this package drops support for 3.3.