Configure CDK compilation and synth.

Hierarchy

  • BaseBuildStep<{
        synthPostCompileCondition?: string;
    }>
    • CdkTsAppCompileBuilder

Constructors

Properties

_output: object

Additional project property types to merge with resulting project type.

_outputOptions: {
    synthPostCompileCondition?: string;
}

Options type to merge with project options.

Methods

  • Parameters

    • options: ProjectOptions & {
          synthPostCompileCondition?: string;
      }

    Returns ProjectOptions & {
        synthPostCompileCondition?: string;
    }