opencode_offline/packages/console/function/tsconfig.json

12 lines
297 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",
2025-10-04 00:54:52 +08:00
"jsx": "preserve",
"jsxImportSource": "react",
2025-08-09 01:22:54 +08:00
"types": ["@cloudflare/workers-types", "node"]
}
}