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 13
13
"baseUrl" : " ." ,
14
14
"rootDir" : " ../" ,
15
15
"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 /*" ]
18
18
},
19
19
"useDefineForClassFields" : false
20
20
},
Original file line number Diff line number Diff line change 26
26
"@angular/platform-browser" : " ^16.2.0 || ^17.0.0" ,
27
27
"@angular/platform-browser-dynamic" : " ^16.2.0 || ^17.0.0" ,
28
28
"@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"
30
32
},
31
33
"sideEffects" : false
32
34
}
You can’t perform that action at this time.
0 commit comments