export interface CdkBuildExecutorOptions {
  deleteOutputPath?: boolean
  main: string
  outputPath: string
  tsConfig: string
}
