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

@ -0,0 +1,18 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine",
"node"
]
},
"files": [
"src/test.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}