summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-12-06 11:53:20 +0000
committerGitHub Action <[email protected]>2025-12-06 11:53:20 +0000
commit8ec771d5be55a5cafe721c1aea1326b303289223 (patch)
tree2b463ef1b1d6754fcad7c2dde8db84c44c60e967 /packages/desktop
parent659e5653bc62f94004e04a7ed02a9afd16c2670f (diff)
downloadopencode-8ec771d5be55a5cafe721c1aea1326b303289223.tar.gz
opencode-8ec771d5be55a5cafe721c1aea1326b303289223.zip
chore: format code
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"]
}