From a8fb7aac7ffba385e457e229ffed23173bc4e123 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 2 Mar 2020 10:10:29 +0000 Subject: [PATCH] fix(core): update --- ts/tsbundle.class.tsbundle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/tsbundle.class.tsbundle.ts b/ts/tsbundle.class.tsbundle.ts index 6f042c7..866ec2d 100644 --- a/ts/tsbundle.class.tsbundle.ts +++ b/ts/tsbundle.class.tsbundle.ts @@ -34,7 +34,7 @@ export class TsBundle { inlineSourceMap: true, noEmitOnError: true, lib: ['esnext', 'dom'], - target: 'es2017', + target: 'es2018', noImplicitAny: false } }