Feat: removed custom packaging script in favour of ng-packger; Feat: update with angular9 dependencies

This commit is contained in:
lorenzo 2020-02-12 11:40:50 +01:00
parent b728b4c3e6
commit b85b5f391b
18 changed files with 13899 additions and 6736 deletions

View file

@ -11,7 +11,7 @@
"noImplicitAny": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["es2015", "dom"],
"lib": ["es2015", "dom", "es5"],
"inlineSources": true,
"rootDir": "./src",
"mapRoot": "./",