diff --git a/tsconfig.json b/tsconfig.json index e092482..ace9988 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, - "target": "ES2019", + "target": "ES2021", "sourceMap": true, "outDir": "./dist", "baseUrl": "./",