summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-08-22 18:31:51 -0400
committerDax Raad <[email protected]>2025-08-22 18:31:51 -0400
commit7ddeeeb4f85b8698b9c3dd91624479f3bc480ce1 (patch)
tree66bcce8aa0c8607e28646e4123fb7042e9cdbaf9 /packages/plugin
parent0f1697b2ab6e2401d0a3534323bb75d5002e8e32 (diff)
downloadopencode-7ddeeeb4f85b8698b9c3dd91624479f3bc480ce1.tar.gz
opencode-7ddeeeb4f85b8698b9c3dd91624479f3bc480ce1.zip
ignore: typecheck
Diffstat (limited to 'packages/plugin')
-rw-r--r--packages/plugin/tsconfig.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/plugin/tsconfig.json b/packages/plugin/tsconfig.json
index 34d4a8718..519519408 100644
--- a/packages/plugin/tsconfig.json
+++ b/packages/plugin/tsconfig.json
@@ -6,6 +6,11 @@
"module": "preserve",
"declaration": true,
"moduleResolution": "bundler",
+ "lib": [
+ "es2022",
+ "dom",
+ "dom.iterable"
+ ],
"customConditions": [
"development"
]