fix(core): update

This commit is contained in:
Philipp Kunz 2020-03-18 16:32:33 +00:00
parent 1f6917ed45
commit 911523dc6a

View File

@ -33,7 +33,7 @@ export class TsBundle {
experimentalDecorators: true,
inlineSourceMap: true,
noEmitOnError: true,
lib: ['esnext', 'dom'],
lib: ['esnext', 'dom', 'es2017.object'],
noImplicitAny: false,
target: 'es2018'
}),