tsconfig / bases

Hosts TSConfigs to extend in a TypeScript app, tuned to a particular runtime environment
MIT License
6.41k stars 240 forks source link

Add base config for Vite Vue #265

Open TatsuyaYamamoto opened 7 months ago

TatsuyaYamamoto commented 7 months ago

fixed: https://github.com/tsconfig/bases/issues/246

I added tsconfig of Vite vue-ts template.

source: https://github.com/vitejs/vite/blob/main/packages/create-vite/template-vue-ts/tsconfig.json referenced PR: https://github.com/tsconfig/bases/pull/73

Tamas-hi commented 4 months ago

I was looking for something like this for a while, it would be so cool to have this merged so that we have an official source.