Desired Behavior
TS_NODE_OPTIONS allows specifying multiple ts-node CLI flags in a single env var. Perhaps we deprecate various other env vars in the process, to reduce our env var API surface.
Not sure if it should work with programmatic ts-node usage though. Would require parsing TS_NODE_OPTIONS as argv but outside of bin.ts
Desired Behavior
TS_NODE_OPTIONSallows specifying multiple ts-node CLI flags in a single env var. Perhaps we deprecate various other env vars in the process, to reduce our env var API surface.Not sure if it should work with programmatic ts-node usage though. Would require parsing
TS_NODE_OPTIONSas argv but outside ofbin.ts