UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

14 lines (13 loc) 467 B
#!/usr/bin/env node "use strict"; /* ****************************************************************************************************************** * * Entry * ****************************************************************************************************************** */ // Run if main module cli if (require.main === module) { require('../compiler/tsc'); } else { throw new Error('tspc must be run as a CLI'); } //# sourceMappingURL=tspc.js.map