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
When transpiled code attempts to require tslib, regenerator-runtime, or @swc/helpers, log a helpful warning about adding those dependencies; link to relevant docs page
An epic to track diagnostic logging, warnings, and tools users can use to better understand what's happening.
The goal is for users to diagnose their own problems and walk away from the experience with a better understanding of ts-node rather than frustration.
noEmitHelpers: true
because is likely to cause problems; causes unhelpful error #1691--emitFile
debug flag to emit the compiled output of a single file to stdout #1366--doctor
option logs advice to help with project configuration #1203--showConfig
moduleTypes
log correct, relative paths same asinclude
#1389The text was updated successfully, but these errors were encountered: