cloudaxe-opencode/packages/function/tsconfig.json

10 lines
242 B
JSON
Raw Permalink Normal View History

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