This organization was marked as archived by an administrator on Nov 20, 2024. It is no longer maintained.
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It took some time to figure out how to compile a test. Finally landed on this npm script:
Surprised because if you pass in a filename to the
tsc
command, then it doesn't seem to use thetsconfig.json
file.esbuild
will also just work with typescript source, so we don't have to use thetsc
command at all:We want to use
esbuild
here becausetsc
will not bundle our JS code.Beta Was this translation helpful? Give feedback.
All reactions