Files
opencode/packages/updates/tsconfig.json
2026-07-21 19:58:56 -04:00

13 lines
319 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"lib": ["ES2023", "WebWorker"],
"module": "ESNext",
"moduleResolution": "bundler",
"noEmit": true,
"types": ["@cloudflare/workers-types", "bun"]
},
"include": ["src"]
}