1.2.1 • Published 7 years ago

@player1os/ts-node-runtime v1.2.1

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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.