diff --git a/tsconfig.json b/tsconfig.json index 9eed606cb..259b97e75 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, - "sourceMap": true + "sourceMap": true, + "lib": ["ES2019"] }, "include": [ "./lib/**/*"