@baseplate-dev/core-generators
Version:
Core generators for Baseplate
9 lines • 399 B
TypeScript
/**
* Normalizes a TypeScript file path to a JavaScript file path useful
* for converting source file paths to Node.js compatible paths.
*
* @param filePath - The file path to normalize with a *.ts or *.tsx extension.
* @returns The normalized file path with a *.js extension.
*/
export declare function normalizeTsPathToJsPath(filePath: string): string;
//# sourceMappingURL=ts-paths.d.ts.map