bin-transpile.js 223 B

123456
  1. #!/usr/bin/env node
  2. "use strict";
  3. Object.defineProperty(exports, "__esModule", { value: true });
  4. const bin_1 = require("./bin");
  5. bin_1.main(undefined, { '--transpile-only': true });
  6. //# sourceMappingURL=bin-transpile.js.map