opencode_offline/cloud/function/tsconfig.json

10 lines
242 B
JSON
Raw Normal View History

2025-08-09 01:22:54 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"types": ["@cloudflare/workers-types", "node"]
}
}