cloudaxe-opencode/packages/opencode/tsconfig.json

10 lines
181 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": {
"customConditions": [
"development"
]
}
2025-05-18 01:31:42 +00:00
}