setup-bun/node_modules/ts-node/dist/bin-transpile.js

6 lines
227 B
JavaScript
Raw Normal View History

2023-02-22 17:47:24 -08:00
#!/usr/bin/env node
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const bin_1 = require("./bin");
(0, bin_1.main)(undefined, { '--transpileOnly': true });
//# sourceMappingURL=bin-transpile.js.map