UNPKG

@twotwoba/vv-cli

Version:

Easily create Vite + React/Vue3 project with TailwindCSS and other useful libraries. Also support Chrome extension.

13 lines (12 loc) 321 B
{ "compilerOptions": { /* no tsbuildinfo*/ "composite": false, "skipLibCheck": true, "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "strict": true }, "include": ["vite.config.ts", "src/typings/vite-env.d.ts"] }