ts-node icon indicating copy to clipboard operation
ts-node copied to clipboard

Add support for TS_NODE_TRANSPILER environment variable

Open nom3ad opened this issue 3 years ago • 0 comments

Desired Behavior

Most of the ts-node options currently have equivalent environment variable. Such as,

--compiler => TS_NODE_COMPILER --transpileOnly => TS_NODE_TRANSPILE_ONLY

--transpiler currently does not have one. Please add support for TS_NODE_TRANSPILER environment variable.

Is this request related to a problem?

NO

nom3ad avatar Jul 17 '22 06:07 nom3ad