summaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-08-21 17:12:31 -0400
committerDax Raad <[email protected]>2025-08-21 17:13:24 -0400
commitd9233872b97b23a52827569df693dd3ff702313c (patch)
tree5e53d4a9351f1fd0f300904a0beca59ff0675068 /tsconfig.json
parentaa4dba1541c4f220417bd715e1b944b005d80d46 (diff)
downloadopencode-d9233872b97b23a52827569df693dd3ff702313c.tar.gz
opencode-d9233872b97b23a52827569df693dd3ff702313c.zip
add `createOpencodeServer` to js sdk and wait for readiness. always use random port for `opencode serve`. add `/client` and `/server` imports for js sdk
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 65fa6c7f3..75ddeff3e 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,5 +1,9 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
- "compilerOptions": {}
+ "compilerOptions": {
+ "customConditions": [
+ "development"
+ ],
+ }
}