summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'packages/desktop')
-rw-r--r--packages/desktop/tsconfig.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/packages/desktop/tsconfig.json b/packages/desktop/tsconfig.json
index 9c3f83dce..8057094c3 100644
--- a/packages/desktop/tsconfig.json
+++ b/packages/desktop/tsconfig.json
@@ -14,12 +14,8 @@
"noEmit": true,
"isolatedModules": true,
"paths": {
- "@/*": [
- "./src/*"
- ]
+ "@/*": ["./src/*"]
}
},
- "exclude": [
- "dist"
- ],
+ "exclude": ["dist"]
}