Replies: 3 comments 1 reply
-
@aelbore I found this youtube guide about how integrate nodemon and SWC |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can run: or In your
|
Beta Was this translation helpful? Give feedback.
0 replies
-
If you're looking for a faster alternative to TypeScript's default compiler, you might want to consider using the swc compiler instead. With swc, you can transpile your TypeScript code into JavaScript four times quickly than with the default compiler.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
currently im using ts-node for nodemon, would like to know if there any idea how i can integration swc into nodemon.
Beta Was this translation helpful? Give feedback.
All reactions