UNPKG

dt-app

Version:

The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.

9 lines (8 loc) 286 B
import type { EsBuildSourceMapOptions } from '../../utils/run-esbuild'; /** * Return the sourcemaps options for the actions * Dev should is 'inline', build is false * @param isDev * @returns */ export declare function getSourcemapsOptions(isDev: boolean): EsBuildSourceMapOptions;