Feat: removed custom packaging script in favour of ng-packger; Feat: update with angular9 dependencies
This commit is contained in:
parent
404f3d1c39
commit
a1846c335a
18 changed files with 13899 additions and 6736 deletions
17
examples/dev/tsconfig.app.json
Normal file
17
examples/dev/tsconfig.app.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./out-tsc/app",
|
||||
"types": []
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"enableIvy": true
|
||||
},
|
||||
"files": [
|
||||
"src/main.ts",
|
||||
"src/polyfills.ts"
|
||||
],
|
||||
"include": [
|
||||
"src/**/*.d.ts"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue