fix(core): update

This commit is contained in:
Philipp Kunz 2019-04-30 13:50:19 +02:00
parent b4f013d6c6
commit 8dc25d000f

View File

@ -25,7 +25,8 @@ const rollupOptions: plugins.rollup.RollupOptions = {
experimentalDecorators: true,
inlineSourceMap: true,
noEmitOnError: true,
lib: ['es2016', 'es2017', 'dom'],
lib: ['es2017', 'dom'],
target: 'es2017',
noImplicitAny: false
}
}