UNPKG

@rnm/tscx

Version:

A tsc wrapper with many convenient features.

7 lines 500 B
import childProcess from "node:child_process"; export declare function remove(filepath: string): childProcess.ChildProcess; export declare function tsc(options: Record<string, string | boolean>): childProcess.ChildProcess; export declare function copyfiles(rootDir: string, outDir: string): childProcess.ChildProcess; export declare function script(scr: string): childProcess.ChildProcess; export declare function exec(filepath: string): childProcess.ChildProcess; //# sourceMappingURL=index.d.ts.map