opencode/tsconfig.json

10 lines
182 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": {
"customConditions": [
"development"
],
}
2025-06-29 09:55:24 +08:00
}