summaryrefslogtreecommitdiff
path: root/packages/webapi
diff options
context:
space:
mode:
Diffstat (limited to 'packages/webapi')
-rw-r--r--packages/webapi/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/webapi/tsconfig.json b/packages/webapi/tsconfig.json
index 60799f6ae..2d7e33d82 100644
--- a/packages/webapi/tsconfig.json
+++ b/packages/webapi/tsconfig.json
@@ -3,7 +3,7 @@
"exclude": ["node_modules"],
"compilerOptions": {
"target": "ES2021",
- "module": "ES2020",
+ "module": "ES2022",
"moduleResolution": "node",
"esModuleInterop": true,
"declaration": true,