diff --git a/project/base_tsconfig.json b/project/base_tsconfig.json index aff06a61..a5b9984f 100644 --- a/project/base_tsconfig.json +++ b/project/base_tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "allowJs": false, "module": "commonjs", - "target": "es2020", + "target": "es2021", "allowSyntheticDefaultImports": true, "moduleResolution": "node", "esModuleInterop": true,