Skip to content

fix: remove typescript from dependencies #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

benmccann
Copy link

@benmccann benmccann commented May 23, 2025

typescript should be in devDependencies. the package distributes .mjs/.cjs files so doesn't require typescript in any way. typescript weighs over 20mb: https://pkg-size.dev/typescript

Copy link

jazzberry-ai bot commented May 23, 2025

Bug Report

Name Severity Example test case Description
Missing transitive dependency Medium Install the library as a dependency in a new TypeScript project and try to build it. Moving typescript from dependencies to devDependencies prevents it from being installed as a transitive dependency, potentially causing type checking issues in consuming projects.

Comments? Email us.

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