Skip to content

fix: Add missing tslib dependency for TypeScript decorators#27

Merged
thesurenk merged 1 commit into
mainfrom
dockerfile-updates
Oct 1, 2025
Merged

fix: Add missing tslib dependency for TypeScript decorators#27
thesurenk merged 1 commit into
mainfrom
dockerfile-updates

Conversation

@thesurenk

Copy link
Copy Markdown
Collaborator
  • 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 build

- 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 build
@thesurenk thesurenk merged commit 5fe48e8 into main Oct 1, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant