File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2828 },
2929 "peerDependencies" : {
3030 "@angular/common" : " ^18.2.0" ,
31- "@angular/core" : " ^18.2.0"
31+ "@angular/core" : " ^18.2.0" ,
32+ "@fireng/core" : " ^1.2.2"
3233 },
3334 "dependencies" : {
3435 "tslib" : " ^2.3.0"
Original file line number Diff line number Diff line change 11export * from './lib/fireng-flex.directive' ;
2+ export * from './lib/fireng.types' ;
Original file line number Diff line number Diff line change 22 "compileOnSave" : false ,
33 "compilerOptions" : {
44 "paths" : {
5- "@fireng/core" : [" ./projects/core/src/public-api" ],
6- "@fireng/layout" : [" ./projects/layout/src/public-api" ]
5+ // "@fireng/core": ["./projects/core/src/public-api"],
6+ // "@fireng/layout": ["./projects/layout/src/public-api"]
7+ "@fireng/core" : [" ./dist/core" ],
8+ "@fireng/layout" : [" ./dist/layout" ]
79 },
810 "outDir" : " ./dist/out-tsc" ,
911 "strict" : true ,
You can’t perform that action at this time.
0 commit comments