summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2025-12-11 18:35:07 +0800
committerBrendan Allan <[email protected]>2025-12-11 18:35:07 +0800
commit53d2edc0f2b2c764959229f7a7235fc2757a6b48 (patch)
treee6c2a5b9f5da3288b0a6e03f2655a0cd88198223 /packages/desktop
parent44cd384e3c9499debcc7cbe1c22eca6267e3c771 (diff)
downloadopencode-53d2edc0f2b2c764959229f7a7235fc2757a6b48.tar.gz
opencode-53d2edc0f2b2c764959229f7a7235fc2757a6b48.zip
write typescript artifacts to node_modules/.ts-dist
Diffstat (limited to 'packages/desktop')
-rw-r--r--packages/desktop/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/tsconfig.json b/packages/desktop/tsconfig.json
index 6f517eb63..db04f79ca 100644
--- a/packages/desktop/tsconfig.json
+++ b/packages/desktop/tsconfig.json
@@ -14,7 +14,7 @@
"strict": true,
"noEmit": false,
"emitDeclarationOnly": true,
- "outDir": "ts-dist",
+ "outDir": "node_modules/.ts-dist",
"isolatedModules": true,
"paths": {
"@/*": ["./src/*"]