cv_old / worker /tsconfig.json
noahluckyrobots's picture
Removed example pack
9ec317b verified
raw
history blame contribute delete
254 Bytes
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"lib": ["ES2022"],
"types": ["@cloudflare/workers-types"],
"strict": true,
"noEmit": true
},
"include": ["src"]
}