Skip to content

Commit b08fdae

Browse files
committed
fix package.json
1 parent 15c7e1c commit b08fdae

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

projects/layout/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
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"

projects/layout/src/public-api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export * from './lib/fireng-flex.directive';
2+
export * from './lib/fireng.types';

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
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,

0 commit comments

Comments
 (0)