tf_code/packages/opencode/tsconfig.json
2025-08-02 18:50:19 -04:00

10 lines
181 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"customConditions": [
"development"
]
}
}