UNPKG

@berenddeboer/nx-aws-cdk

Version:

Nx self-inferring plugin for AWS CDK stacks

8 lines (7 loc) 262 B
import { Tree } from "@nx/devkit"; export declare function createTsConfig(host: Tree, options: { projectRoot: string; rootProject?: boolean; unitTestRunner?: string; isUsingTsSolutionConfig: boolean; }, relativePathToRootTsConfig: string): void;