diff --git a/tsconfig-build.json b/tsconfig-build.json index ef76d3f47..2f59c9da8 100644 --- a/tsconfig-build.json +++ b/tsconfig-build.json @@ -4,7 +4,6 @@ "sourceMap": true, "noEmit": false, "emitDecoratorMetadata": true, - "target": "es2016", "outDir": "./lib", "rootDir": "src" }, diff --git a/tsconfig.json b/tsconfig.json index f4441c2a9..3a0e0cee7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "target": "es2016", "experimentalDecorators": true, "esModuleInterop": true, "module": "commonjs",