cloudaxe-opencode/packages/opencode/tsconfig.json

9 lines
215 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-10 03:43:37 +00:00
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"customConditions": ["development"]
2025-08-02 22:50:19 +00:00
}
2025-05-18 01:31:42 +00:00
}