Hi! I've updated to v8, and my scripts don't run: Error: Unknown or unexpected option: --compilerOptions
I couldn't find anything in release notes about this change, any help/info is appreciated.
Thanks!
Seems to have been renamed?
https://github.com/TypeStrong/ts-node#cli-and-programmatic-options
Reflected the change in release notes. Previously both --compiler-options and --compilerOptions was supported, now it's only --compiler-options.
Most helpful comment
Reflected the change in release notes. Previously both
--compiler-optionsand--compilerOptionswas supported, now it's only--compiler-options.