UNPKG

create-vanjs

Version:

🍦 Quick tool for scaffolding your first VanJS project

27 lines (24 loc) 652 B
{ "compilerOptions": { "target": "ES2020", "useDefineForClassFields": true, "module": "ESNext", "lib": ["ESNext", "DOM", "DOM.Iterable"], "skipLibCheck": true, /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "esModuleInterop": true, "isolatedModules": true, "moduleDetection": "force", "noEmit": true, /* Linting */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true // "types": ["vite/client", "vite-plugin-vanjs"] }, "include": ["src"] }