@rnm/tscx
Version:
A tsc wrapper with many convenient options.
13 lines • 485 B
TypeScript
import childProcess from "node:child_process";
export declare function remove({ filepath }: {
filepath: string;
}): childProcess.ChildProcess;
export declare function tsc(options: string[]): childProcess.ChildProcess;
export declare function copyfiles({ rootDir, outDir, }: {
rootDir: string;
outDir: string;
}): childProcess.ChildProcess;
export declare function exec({ filepath }: {
filepath: string;
}): childProcess.ChildProcess;
//# sourceMappingURL=index.d.ts.map