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.
10 lines (9 loc) • 372 B
TypeScript
import { type TreeNode } from '../utils/terminal/layout';
/** Generate an IDE-only tsconfig.json in the actions directory that references all action tsconfig files. */
export declare function generateActionsTsConfig(options: {
actionsDir: string;
cwd: string;
skipTests: boolean;
dryRun?: boolean;
isFirstAction: boolean;
}): Promise<TreeNode | null>;