summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/plugin/tsconfig.json')
-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"
]