1.2.1 • Published 7 years ago
@player1os/ts-node-runtime v1.2.1
TS Node Runtime
A package that loads all prerequisites for the direct execution of typescript sources in the node runtime.
Includes the setting of the bluebird
promise implementation as the global promise object.
Includes the aliasing of module prefixes, so that '...'
points to the currect project's root directory. The root directory is
determined by recursively searching upwards for the closest directory containg a package.json
file.