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 } }