SPB Git

spb/zyquo-cloud-web Public MIT

Zyquo Cloud Web — every cloud model, one beautiful chat, entirely in your browser.

TypeScript 81.9% CSS 8.9% JavaScript 7.5% Shell 1.1% HTML 0.6%
424 B · 19 lines json
Raw Blame History
1{2  "compilerOptions": {3    "target": "ES2023",4    "lib": ["ES2023"],5    "module": "ESNext",6    "skipLibCheck": true,7    "moduleResolution": "bundler",8    "allowImportingTsExtensions": true,9    "verbatimModuleSyntax": true,10    "moduleDetection": "force",11    "noEmit": true,12    "strict": true,13    "noUnusedLocals": true,14    "noUnusedParameters": true,15    "types": ["node"]16  },17  "include": ["vite.config.ts"]18}19