diff options
Diffstat (limited to 'packages/webapi')
-rw-r--r-- | packages/webapi/tsconfig.json | 2 |
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, |