summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop
diff options
context:
space:
mode:
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/*"]