Skip to content

Commit 0fad5d0

Browse files
committed
chore(transloco): 🤖 Add package optimizations
1 parent e65f9f2 commit 0fad5d0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

libs/transloco/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
],
2626
"license": "MIT",
2727
"peerDependencies": {
28-
"@angular/core": ">=16.0.0"
28+
"@angular/core": ">=16.0.0",
29+
"rxjs": ">=6.0.0"
2930
},
3031
"dependencies": {
31-
"tslib": "^2.0.0"
32-
}
32+
"tslib": "^2.2.0"
33+
},
34+
"sideEffects": false
3335
}

libs/transloco/tsconfig.lib.prod.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"declarationMap": false
55
},
66
"angularCompilerOptions": {
7-
"compilationMode": "partial"
7+
"compilationMode": "partial",
8+
"flatModuleOutFile": "index.js",
9+
"flatModuleId": "@jsverse/transloco"
810
}
911
}

0 commit comments

Comments
 (0)