summaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-27 04:10:56 -0400
committerDax Raad <[email protected]>2025-09-27 04:10:56 -0400
commit925ce6503e3672574ceaf02f2a03ad93abe587fd (patch)
treecf4f2ce38892c61dc5e75ce25971daadfb39a119 /tsconfig.json
parent8a28d34fe919d13f1f9f1d9275c1761133c96aa5 (diff)
downloadopencode-925ce6503e3672574ceaf02f2a03ad93abe587fd.tar.gz
opencode-925ce6503e3672574ceaf02f2a03ad93abe587fd.zip
sync
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 7f7299620..65fa6c7f3 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
- "compilerOptions": {
- "customConditions": ["development"]
- }
+ "compilerOptions": {}
}