summaryrefslogtreecommitdiffhomepage
path: root/cloud/app/tsconfig.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-09 23:43:37 -0400
committerDax Raad <[email protected]>2025-09-09 23:44:04 -0400
commit38e8c42cf02f73fb300889ab989088899a3aedb7 (patch)
tree313db96535cf136cc1032618b43462c1f2f0e14c /cloud/app/tsconfig.json
parent58fe88432714456350244ebbea1e6287d3dccb36 (diff)
downloadopencode-38e8c42cf02f73fb300889ab989088899a3aedb7.tar.gz
opencode-38e8c42cf02f73fb300889ab989088899a3aedb7.zip
ci: format
Diffstat (limited to 'cloud/app/tsconfig.json')
-rw-r--r--cloud/app/tsconfig.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/cloud/app/tsconfig.json b/cloud/app/tsconfig.json
index 4110b02e5..07148a458 100644
--- a/cloud/app/tsconfig.json
+++ b/cloud/app/tsconfig.json
@@ -12,14 +12,10 @@
"allowJs": true,
"strict": true,
"noEmit": true,
- "types": [
- "vinxi/types/client"
- ],
+ "types": ["vinxi/types/client"],
"isolatedModules": true,
"paths": {
- "~/*": [
- "./src/*"
- ]
+ "~/*": ["./src/*"]
}
}
}