cloudaxe-opencode/packages/opencode/tsconfig.json

8 lines
174 B
JSON
Raw Normal View History

2025-05-18 01:31:42 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
2025-08-02 22:50:19 +00:00
"compilerOptions": {
2025-09-27 08:10:56 +00:00
"lib": ["ESNext", "DOM", "DOM.Iterable"]
2025-08-02 22:50:19 +00:00
}
2025-05-18 01:31:42 +00:00
}