fix(core): update
This commit is contained in:
parent
5a68e83abf
commit
fdf3d14456
@ -16,6 +16,7 @@ export const compilerOptionsDefault: CompilerOptions = {
|
|||||||
module: plugins.typescript.ModuleKind.CommonJS,
|
module: plugins.typescript.ModuleKind.CommonJS,
|
||||||
lib: ['lib.es2017.d.ts'],
|
lib: ['lib.es2017.d.ts'],
|
||||||
noImplicitAny: false,
|
noImplicitAny: false,
|
||||||
|
esModuleInterop: true,
|
||||||
target: plugins.typescript.ScriptTarget.ES2017
|
target: plugins.typescript.ScriptTarget.ES2017
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user