UNPKG

@nx-dotnet/dotnet

Version:

This library was generated with [Nx](https://nx.dev).

5 lines (4 loc) 145 B
import { dotnetBuildFlags } from './dotnet-build-flags'; export type dotnetBuildOptions = { [key in dotnetBuildFlags]?: string | boolean; };