Skip to content
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

replace tsc-watch with ts-node-dev #1306

Closed
xlc opened this issue Jul 11, 2023 · 3 comments · Fixed by #1307
Closed

replace tsc-watch with ts-node-dev #1306

xlc opened this issue Jul 11, 2023 · 3 comments · Fixed by #1307
Assignees
Labels
D0 - Dependencies Pull requests that update a dependency file

Comments

@xlc
Copy link
Contributor

xlc commented Jul 11, 2023

ts-node-dev offers much better DX. only time to perform build is for release, otherwise developers should never need to build ts to js locally.

@TarikGul
Copy link
Member

Sounds like an easy QOL improvement, i'll look to get this done soon.

@TarikGul
Copy link
Member

We do have tsc-watch for yarn dev which is just a hot reload, but I'll need to look into ts-node-dev and see how it works.

@TarikGul TarikGul self-assigned this Jul 12, 2023
@TarikGul TarikGul added the D0 - Dependencies Pull requests that update a dependency file label Jul 12, 2023
@TarikGul
Copy link
Member

Awesome, thanks for the suggestion. I really like the change, PR is up to swap out tsc-watch.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D0 - Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants