We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65f9f2 commit 0fad5d0Copy full SHA for 0fad5d0
libs/transloco/package.json
@@ -25,9 +25,11 @@
25
],
26
"license": "MIT",
27
"peerDependencies": {
28
- "@angular/core": ">=16.0.0"
+ "@angular/core": ">=16.0.0",
29
+ "rxjs": ">=6.0.0"
30
},
31
"dependencies": {
- "tslib": "^2.0.0"
32
- }
+ "tslib": "^2.2.0"
33
+ },
34
+ "sideEffects": false
35
}
libs/transloco/tsconfig.lib.prod.json
@@ -4,6 +4,8 @@
4
"declarationMap": false
5
6
"angularCompilerOptions": {
7
- "compilationMode": "partial"
+ "compilationMode": "partial",
8
+ "flatModuleOutFile": "index.js",
9
+ "flatModuleId": "@jsverse/transloco"
10
11
0 commit comments