create-vanjs
Version:
🍦 Quick tool for scaffolding your first VanJS project
14 lines (13 loc) • 325 B
JSON
{
"compilerOptions": {
"strict": true,
"module": "ES2020",
"moduleResolution": "bundler",
"target": "ES2020",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"types": ["vite/client", "vite-plugin-vanjs", "vite-vanjs-svg"],
"skipLibCheck": true,
"esModuleInterop": true
},
"include": ["src"]
}