UNPKG

@inlang/paraglide-js

Version:

[![NPM Downloads](https://img.shields.io/npm/dw/%40inlang%2Fparaglide-js?logo=npm&logoColor=red&label=npm%20downloads)](https://www.npmjs.com/package/@inlang/paraglide-js) [![GitHub Issues](https://img.shields.io/github/issues-closed/opral/paraglide-js?lo

10 lines 363 B
/** * Resolves the path to the `tsc` CLI entry point of the installed * `typescript` package. * * Lives in its own module so tests can point the TypeScript 7 emit * path at a different TypeScript installation than the one the repo * itself depends on. */ export declare function resolveTscJsPath(): string; //# sourceMappingURL=resolve-tsc-js-path.d.ts.map