UNPKG

generator-nest-js-boilerplate

Version:

This generator will help you to build your own Nest.js Mongodb API using TypeScript 4

15 lines (14 loc) 252 B
{ "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { "assets": [ { "include": "../public", "outDir": "dist/public", "watchAssets": true } ], "watchAssets": true } }