Change test from karma to jest and added tsconfig paths
This commit is contained in:
parent
50cb05d191
commit
275bd37552
22 changed files with 3467 additions and 724 deletions
|
|
@ -17,9 +17,15 @@
|
|||
"lib": [
|
||||
"es2018",
|
||||
"dom"
|
||||
]
|
||||
],
|
||||
"paths": {
|
||||
"@assets/*": ["src/assets/*"],
|
||||
"@models/*": ["src/models/*"],
|
||||
"@modules/*": ["src/modules/*"],
|
||||
"@shared/*": ["src/shared/*"]
|
||||
}
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"angularCompilerOptions": {
|
||||
"fullTemplateTypeCheck": true,
|
||||
"strictInjectionParameters": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue