@gcoguiec/tsconfig-vite-vue
v1.0.0
Published
gcoguiec's reusable and strict Vite+Vue tsconfig.
Downloads
2
Readme
Table of Contents
Getting Started
Install
pnpm add -D @gcoguiec/tsconfig-vite-vue
Register the configuration with TypeScript
Edit your tsconfig.json
configuration file (you may have to create the file at your project root if it's missing) with the following :
"extends": "@gcoguiec/tsconfig-vite-vue"
License
This package is licensed under BSD 2-Clause.