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

d1y picture d1y  路  35Comments

lukashavrlant picture lukashavrlant  路  153Comments

aseemk picture aseemk  路  26Comments

SMotaal picture SMotaal  路  26Comments

leoasis picture leoasis  路  24Comments