summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/tsconfig.json
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2025-12-11 10:47:24 +0000
committerDavid Hill <[email protected]>2025-12-11 10:47:24 +0000
commite91d121ef8168ea76740fb45ae438f8e916adb4d (patch)
tree4f3e8daad2e13674893dcc30ebd5bafef2f2dfd9 /packages/desktop/tsconfig.json
parent1b4975ba54be6d7cf57c40071e461b9393b8d378 (diff)
parent53d2edc0f2b2c764959229f7a7235fc2757a6b48 (diff)
downloadopencode-e91d121ef8168ea76740fb45ae438f8e916adb4d.tar.gz
opencode-e91d121ef8168ea76740fb45ae438f8e916adb4d.zip
Merge branch 'dev' of https://github.com/sst/opencode into dev
Diffstat (limited to 'packages/desktop/tsconfig.json')
-rw-r--r--packages/desktop/tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/desktop/tsconfig.json b/packages/desktop/tsconfig.json
index e91a254de..db04f79ca 100644
--- a/packages/desktop/tsconfig.json
+++ b/packages/desktop/tsconfig.json
@@ -14,11 +14,11 @@
"strict": true,
"noEmit": false,
"emitDeclarationOnly": true,
- "outDir": "ts-dist",
+ "outDir": "node_modules/.ts-dist",
"isolatedModules": true,
"paths": {
"@/*": ["./src/*"]
}
},
- "exclude": ["dist"]
+ "exclude": ["dist", "ts-dist"]
}