diff --git a/tsconfig.json b/tsconfig.json index 2963631..69f185f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,11 +5,11 @@ "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, - "target": "es6", + "target": "es2017", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", - "incremental": true, + "incremental": true }, "exclude": ["node_modules", "dist"] }