Files
opencode/tsconfig.json
2025-09-09 23:44:04 -04:00

8 lines
169 B
JSON

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