UNPKG

tsc-to

Version:

TypeScript's command-line compiler `tsc` without type-checking. Benefits:

12 lines 523 B
#!/usr/bin/env node import __byots from 'byots'; export declare function main(): 1 | 0; /** * Copied from the source of ts.transpileModule * https://github.com/Microsoft/TypeScript/blob/master/src/services/transpile.ts#L31-L58 * * These modifications to compiler options preserve transpilation behavior but * prevent wasted time on typechecking and loading other source files. */ export declare function neuterCompilerOptions(options: ts.CompilerOptions): __byots.CompilerOptions; //# sourceMappingURL=tsc-to.d.ts.map