UNPKG

resolve-tspaths

Version:

Transform path mappings in your compiled Typescript code

8 lines (7 loc) 262 B
/** * Get the files in the output directory that should be processed. * * @param outPath The output directory. * @param extensions A list of extensions to match. */ export declare function getFilesToProcess(outPath: string, extensions: string[]): string[];