Skip to content

don't make typescript a runtime dependency #9

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

arlyon
Copy link

@arlyon arlyon commented May 21, 2025

Typescript is not used at runtime so don't bundle it. Saves 23MB from your bundle size.

Copy link

jazzberry-ai bot commented May 21, 2025

Bug Report

Name Severity Example test case Description
TypeScript not in PATH during typecheck High Run npm run typecheck in the /root/utils directory. After moving typescript from dependencies to devDependencies, the tsc command is no longer available in the PATH when running the typecheck script. This prevents type checking from being performed correctly. The CI/CD pipeline will also fail since it uses pnpm typecheck which internally calls the tsc command.

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