@player1os/ts-node-runtimedeprecated

A package that loads all prerequisites for the direct execution of typescript sources in the node runtime.

Usage no npm install needed!

<script type="module">
  import player1osTsNodeRuntime from 'https://cdn.skypack.dev/@player1os/ts-node-runtime';
</script>

README

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.