File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1313 "baseUrl" : " ." ,
1414 "rootDir" : " ../" ,
1515 "paths" : {
16- "ngx-jsonapi" : [" ../dist /ngx-jsonapi" ],
17- "ngx-jsonapi/*" : [" ../dist /ngx-jsonapi/*" ]
16+ "ngx-jsonapi" : [" ../projects /ngx-jsonapi-lib/src/public_api " ],
17+ "ngx-jsonapi/*" : [" ../projects /ngx-jsonapi-lib/src/lib /*" ]
1818 },
1919 "useDefineForClassFields" : false
2020 },
Original file line number Diff line number Diff line change 2626 "@angular/platform-browser" : " ^16.2.0 || ^17.0.0" ,
2727 "@angular/platform-browser-dynamic" : " ^16.2.0 || ^17.0.0" ,
2828 "@angular/platform-server" : " ^16.2.0 || ^17.0.0" ,
29- "@angular/router" : " ^16.2.0 || ^17.0.0"
29+ "@angular/router" : " ^16.2.0 || ^17.0.0" ,
30+ "lodash-es" : " ^4.17" ,
31+ "dexie" : " ^2.0.4"
3032 },
3133 "sideEffects" : false
3234}
You can’t perform that action at this time.
0 commit comments