{ "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { "deleteOutDir": true, "webpack": true }, "projects": { "modules": { "type": "library", "root": "libs/modules", "entryFile": "index", "sourceRoot": "libs/modules/src", "compilerOptions": { "tsConfigPath": "libs/modules/tsconfig.lib.json" } } } }