opencode_offline/packages/function/tsconfig.json

10 lines
242 B
JSON
Raw Normal View History

2025-05-24 02:17:45 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
2025-05-24 04:41:16 +08:00
"moduleResolution": "bundler",
"types": ["@cloudflare/workers-types", "node"]
2025-05-24 02:17:45 +08:00
}
}