diff options
| author | Dax Raad <[email protected]> | 2025-08-21 17:12:31 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-21 17:13:24 -0400 |
| commit | d9233872b97b23a52827569df693dd3ff702313c (patch) | |
| tree | 5e53d4a9351f1fd0f300904a0beca59ff0675068 /tsconfig.json | |
| parent | aa4dba1541c4f220417bd715e1b944b005d80d46 (diff) | |
| download | opencode-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.json | 6 |
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" + ], + } } |
