Update project

This commit is contained in:
schmelczerandras 2020-09-20 20:15:27 +02:00
parent bcbf4224c2
commit fd64d9491d
16 changed files with 311 additions and 99 deletions

View file

@ -3,12 +3,12 @@
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": false,
"target": "es5",
"target": "es6",
"downlevelIteration": true,
"allowJs": true,
"experimentalDecorators": true,
"moduleResolution": "Node",
"module": "commonjs",
"lib": ["es2015", "dom"]
"lib": ["es2017", "dom"]
}
}