UNPKG

@gobstones/gobstones-scripts

Version:

Scripts to abstract away build configuration of Gobstones Project's libraries and modules.

12 lines 643 B
import { FileDefinition } from '../Config/config'; /** * Locate the tooling file to use for the given type definition. * * @param projectRoot - The root directory for the project. * @param gobstonesScriptsProjectsRoot - The root directory for the gobstones-scripts package. * @param fileDef - The file definition to locate the tooling for. * * @returns The tooling file path for the given file definition, or undefined if none could be found. */ export declare const getToolingFile: (projectRoot: string, gobstonesScriptsProjectsRoot: string, fileDef: FileDefinition) => string | undefined; //# sourceMappingURL=getToolingFile.d.ts.map