UNPKG

ts-node

Version:

TypeScript execution environment and REPL for node.js, with source map support

6 lines 215 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const bin_1 = require("./bin"); (0, bin_1.main)(undefined, { '--cwdMode': true }); //# sourceMappingURL=bin-cwd.js.map