fix(core): update

This commit is contained in:
Philipp Kunz 2020-05-25 16:43:58 +00:00
parent 0cceb23987
commit c0d05bab7f

View File

@ -36,7 +36,8 @@ export class TsBundle {
noEmitOnError: true, noEmitOnError: true,
lib: ['esnext', 'dom', 'es2017.object'], lib: ['esnext', 'dom', 'es2017.object'],
noImplicitAny: false, noImplicitAny: false,
target: 'es2018' target: 'es2018',
allowSyntheticDefaultImports: true
}), }),
// Allow node_modules resolution, so you can use 'external' to control // Allow node_modules resolution, so you can use 'external' to control
// which external modules to include in the bundle // which external modules to include in the bundle