UNPKG

@apployees-nx/webserver

Version:

A create-react-app inspired plugin for Nx, with SSR and PWA capabilities.

12 lines (10 loc) 230 B
import { Linter } from "@nrwl/workspace"; export interface Schema { name: string; skipFormat: boolean; skipPackageJson: boolean; directory?: string; unitTestRunner: "jest" | "none"; linter: Linter; tags?: string; }