mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 10:45:33 -04:00
13 lines
319 B
JSON
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"]
|
|
}
|