opencode/tsconfig.json

8 lines
169 B
JSON
Raw Normal View History

2025-06-29 09:55:24 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
2025-09-10 11:43:37 +08:00
"customConditions": ["development"]
}
2025-06-29 09:55:24 +08:00
}