From 2bc1f2fe218ec8bb6817e6688c6f43a6581a26e3 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 12 Aug 2021 11:54:19 +0100 Subject: [PATCH] Apparently target matters when not emitting --- tsconfig-build.json | 1 - tsconfig.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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",