instaclone/backend/tsconfig.json
2026-07-15 12:22:27 +05:30

15 lines
249 B
JSON

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