UNPKG

@routineless/nx-aws-cdk

Version:
10 lines (9 loc) 226 B
import type { Linter } from '@nx/eslint'; export interface DefaultAppSchema { name: string; directory?: string; tags?: string; skipFormat?: boolean; unitTestRunner?: 'jest' | 'none'; linter?: Linter; }