Compare commits

...

2 Commits

Author SHA1 Message Date
bad5690d99 1.0.50 2020-03-02 10:10:30 +00:00
a8fb7aac7f fix(core): update 2020-03-02 10:10:29 +00:00
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsbundle",
"version": "1.0.49",
"version": "1.0.50",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsbundle",
"version": "1.0.49",
"version": "1.0.50",
"private": false,
"description": "a bundler using rollup for painless bundling of web projects",
"main": "dist/index.js",

View File

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