summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/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 /packages/plugin/tsconfig.json
parent8a28d34fe919d13f1f9f1d9275c1761133c96aa5 (diff)
downloadopencode-925ce6503e3672574ceaf02f2a03ad93abe587fd.tar.gz
opencode-925ce6503e3672574ceaf02f2a03ad93abe587fd.zip
sync
Diffstat (limited to 'packages/plugin/tsconfig.json')
-rw-r--r--packages/plugin/tsconfig.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/plugin/tsconfig.json b/packages/plugin/tsconfig.json
index e86e08fdf..58072c81c 100644
--- a/packages/plugin/tsconfig.json
+++ b/packages/plugin/tsconfig.json
@@ -6,8 +6,7 @@
"module": "preserve",
"declaration": true,
"moduleResolution": "bundler",
- "lib": ["es2022", "dom", "dom.iterable"],
- "customConditions": ["development"]
+ "lib": ["es2022", "dom", "dom.iterable"]
},
"include": ["src"]
}