mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
9 lines
242 B
JSON
9 lines
242 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["@cloudflare/workers-types", "node"]
|
|
}
|
|
}
|