property ProcessFeatures.typescript
A value that is "strip"
if Node.js is run with --experimental-strip-types
,
"transform"
if Node.js is run with --experimental-transform-types
, and false
otherwise.
Type #
"strip"
| "transform"
| false
A value that is "strip"
if Node.js is run with --experimental-strip-types
,
"transform"
if Node.js is run with --experimental-transform-types
, and false
otherwise.
"strip"
| "transform"
| false