diff --git a/tsconfig.base.json b/tsconfig.base.json index 27bc4a9441913a..aa99065c00bc76 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2015", + "target": "ES2021", "importHelpers": true, "module": "commonjs", "moduleResolution": "node", @@ -9,7 +9,7 @@ "emitDecoratorMetadata": true, "skipLibCheck": true, "types": ["node", "jest"], - "lib": ["es2019"], + "lib": ["ES2021"], "declaration": true, "resolveJsonModule": true, "baseUrl": ".",