You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite having ts-node and swc, which is of course awesome! However, swc is not yet considered production ready nor checking all the tsconfig compilation options during the swc compilation step.
I argue that we might want to add tsc also still to the package.json script as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Despite having ts-node and
swc
, which is of course awesome! However, swc is not yet considered production ready nor checking all the tsconfig compilation options during the swc compilation step.I argue that we might want to add
tsc
also still to thepackage.json
script as well.For example I now use (notice:
build:prod
):Beta Was this translation helpful? Give feedback.
All reactions