mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: remove extra comma in JSON (#63212)
This fixes CI which is currently broken. PR Close #63212
This commit is contained in:
parent
1d5ea07bca
commit
7a4bc79720
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
"paths": {
|
||||
"@angular/docs": ["./shared-docs"],
|
||||
"@angular/*": ["../packages/*/index"],
|
||||
"@adev/constants/*": ["./src/app/core/constants/*"],
|
||||
"@adev/constants/*": ["./src/app/core/constants/*"]
|
||||
}
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue