{ "collection": "@nestjs/schematics", "monorepo": true, "projects": { "box-mgnt-api": { "type": "application", "root": "apps/box-mgnt-api", "entryFile": "main", "sourceRoot": "apps/box-mgnt-api/src", "compilerOptions": { "tsConfigPath": "apps/box-mgnt-api/tsconfig.json" } }, "box-app-api": { "type": "application", "root": "apps/box-app-api", "entryFile": "main", "sourceRoot": "apps/box-app-api/src", "compilerOptions": { "tsConfigPath": "apps/box-app-api/tsconfig.json" } } } }