fix(core): update

This commit is contained in:
Philipp Kunz 2020-03-02 10:10:29 +00:00
parent f33f985d3d
commit a8fb7aac7f

View File

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