Replies: 2 comments
-
You can try |
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
-
When i used tsc previously I would have it transpile the src to dist
For some reason when I use swc
swc src -d dist
it would send the output to dist/src instead of dist which bugs me a lot since I don't know if I am missing something or this is a bug.Anyone know how I could fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions