Fix: Issues #14,#15,#19,#20. Ref: Deleted angular-librarian and added scripts in package.json to manage publishing; Version upgrade

This commit is contained in:
Lorenzo Iovino 2019-02-05 01:42:22 +01:00
parent 2726231e1a
commit c1d07a1af1
65 changed files with 22464 additions and 1460 deletions

View file

@ -6,9 +6,14 @@
"compilerOptions": {
"baseUrl": "",
"declaration": true,
"stripInternal": true,
"strictNullChecks": true,
"noImplicitAny": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["es2015", "dom"],
"inlineSources": true,
"rootDir": "./src",
"mapRoot": "./",
"module": "es2015",
"moduleResolution": "node",
@ -17,7 +22,10 @@
"target": "es5",
"typeRoots": [
"./node_modules/@types"
]
],
"paths": {
"@angular/core": ["./node_modules/@angular/core"]
}
},
"files": [
"./src/index.ts"