Commit dd6d14f
committed
fix: Add missing tslib dependency for TypeScript decorators
- Add tslib@^2.6.0 to dependencies in package.json
- tslib is required for TypeScript decorators like @component
- Resolves 'module tslib cannot be found' error
- Critical runtime library for Angular decorators
- Fixes TypeScript compilation in Docker build1 parent 33a8414 commit dd6d14f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments