Files
cloudflare_temp_email/worker/tsconfig.json
2024-05-16 12:57:23 +08:00

16 lines
251 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"lib": [
"ESNext"
],
"types": [
"@cloudflare/workers-types"
]
},
}