cloudaxe-opencode/packages/updates/tsconfig.json

13 lines
319 B
JSON
Raw Permalink Normal View History

{
"$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"]
}