UNPKG

create-cloudflare

Version:

A CLI for creating and deploying new applications to Cloudflare.

14 lines (13 loc) 267 B
{ "extends": "./tsconfig.json", "include": ["vite.config.ts"], "compilerOptions": { "composite": true, "strict": true, "types": ["node"], "lib": ["ES2022"], "target": "ES2022", "module": "ES2022", "moduleResolution": "bundler" } }