UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

8 lines (7 loc) 282 B
export declare function configureTscSourcemapGenerationFlow(): Promise<void>; /** * Modifies tsconfig.json (@param tsConfigPath) to enable source maps generation. * * Exported only for testing */ export declare function enableSourcemaps(tsConfigPath: string): Promise<boolean>;