From fdf3d14456d5c26110f7429194a35c0ab3d89ea7 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 30 Apr 2019 13:27:42 +0200 Subject: [PATCH] fix(core): update --- ts/tsbuild.classes.compiler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/tsbuild.classes.compiler.ts b/ts/tsbuild.classes.compiler.ts index 0477774..9aed1c9 100644 --- a/ts/tsbuild.classes.compiler.ts +++ b/ts/tsbuild.classes.compiler.ts @@ -16,6 +16,7 @@ export const compilerOptionsDefault: CompilerOptions = { module: plugins.typescript.ModuleKind.CommonJS, lib: ['lib.es2017.d.ts'], noImplicitAny: false, + esModuleInterop: true, target: plugins.typescript.ScriptTarget.ES2017 };