summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/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 /packages/plugin/tsconfig.json
parent58fe88432714456350244ebbea1e6287d3dccb36 (diff)
downloadopencode-38e8c42cf02f73fb300889ab989088899a3aedb7.tar.gz
opencode-38e8c42cf02f73fb300889ab989088899a3aedb7.zip
ci: format
Diffstat (limited to 'packages/plugin/tsconfig.json')
-rw-r--r--packages/plugin/tsconfig.json14
1 files changed, 3 insertions, 11 deletions
diff --git a/packages/plugin/tsconfig.json b/packages/plugin/tsconfig.json
index 519519408..e86e08fdf 100644
--- a/packages/plugin/tsconfig.json
+++ b/packages/plugin/tsconfig.json
@@ -6,16 +6,8 @@
"module": "preserve",
"declaration": true,
"moduleResolution": "bundler",
- "lib": [
- "es2022",
- "dom",
- "dom.iterable"
- ],
- "customConditions": [
- "development"
- ]
+ "lib": ["es2022", "dom", "dom.iterable"],
+ "customConditions": ["development"]
},
- "include": [
- "src"
- ]
+ "include": ["src"]
}