UNPKG

@nestjsplus/lib-starter

Version:

Boilerplate for building installable NestJS libraries

13 lines (11 loc) 228 B
export interface Schema { dbg?: boolean; /** * Name of environments folder to generate */ envDir?: string; /** * Value of the MY_GREETING environment variable to display in demo */ testMessage?: string; }