opencode/cloud/resource/tsconfig.json

10 lines
242 B
JSON
Raw Normal View History

2025-08-30 12:58:22 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
2025-09-10 11:43:37 +08:00
"types": ["@cloudflare/workers-types", "node"]
2025-08-30 12:58:22 +08:00
}
}