Disable experimental warnings
As of today, TSNode exports a loader hook which must be applied using the --loader
Node.js CLI flag. However, the --loader
flag was experimental and emits a warning. This release disables that warning for a nicer CLI experience.
With that said, we are waiting on Ts-node to export an import hook that can be applied using the --import
Node.js CLI flag and then we can safely remove the flags in use to suppress warnings.