Dissolve/backend/tsconfig.json
2026-07-15 20:30:42 +05:30

15 lines
249 B
JSON

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