Ts-node: `--compilerOptions` became unsupported?

Created on 22 Jan 2019  路  2Comments  路  Source: TypeStrong/ts-node

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!

Most helpful comment

Reflected the change in release notes. Previously both --compiler-options and --compilerOptions was supported, now it's only --compiler-options.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

OliverJAsh picture OliverJAsh  路  3Comments

dakom picture dakom  路  3Comments

cevek picture cevek  路  4Comments

conordickinson picture conordickinson  路  4Comments

cibergarri picture cibergarri  路  3Comments