summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/tsconfig.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-11-06 13:03:02 -0500
committerDax Raad <[email protected]>2025-11-06 13:03:12 -0500
commit1ea3a8eb9beeb7d510fd29164ea741acec1ee04d (patch)
tree22c35a0003c6c2cfb998431f8e5180879cbab9d3 /packages/ui/tsconfig.json
parent8729edc5e059a9a29346044b016a6e05d9aca835 (diff)
downloadopencode-1ea3a8eb9beeb7d510fd29164ea741acec1ee04d.tar.gz
opencode-1ea3a8eb9beeb7d510fd29164ea741acec1ee04d.zip
big format
Diffstat (limited to 'packages/ui/tsconfig.json')
-rw-r--r--packages/ui/tsconfig.json11
1 files changed, 2 insertions, 9 deletions
diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json
index 440aa8f9b..c35314407 100644
--- a/packages/ui/tsconfig.json
+++ b/packages/ui/tsconfig.json
@@ -13,16 +13,9 @@
"module": "ESNext",
"moduleResolution": "bundler",
"noEmit": true,
- "lib": [
- "es2022",
- "dom",
- "dom.iterable"
- ],
+ "lib": ["es2022", "dom", "dom.iterable"],
// Type Checking & Safety
"strict": true,
- "types": [
- "vite/client",
- "bun"
- ]
+ "types": ["vite/client", "bun"]
}
}