UNPKG

@keymanapp/kmc

Version:

Keyman Developer compiler command line tools

8 lines 366 B
import { SentryNodeOptions } from "@keymanapp/developer-utils"; /** * Rewrites sourcemap paths for the esbuild distribution of kmc (as used in * Keyman Developer itself) /<arbitrary-path>/kmc.mjs to /dist/kmc.mjs, so that * Sentry can pick up the mapping */ export declare const kmcSentryOptions: SentryNodeOptions; //# sourceMappingURL=kmcSentryOptions.d.ts.map