UNPKG

@nestjsplus/lib-starter

Version:

Boilerplate for building installable NestJS libraries

15 lines (14 loc) 319 B
{ "compilerOptions": { "rootDir": "schematics", "outDir": "./schematics" }, "extends": "./tsconfig.json", "include": ["schematics/**/*", "schematics-utils/**/*"], "exclude": [ "node_modules", "schematics/**/files/**", "sandbox/**/*", "schematics-utils/**/files/**" ] }