blob: ef0196903d73403be6ba808b91b7f0b0ad08577b [file]
{
"collection": "@nestjs/schematics",
"sourceRoot": "./",
"monorepo": true,
"root": "apps/rest",
"compilerOptions": {
"webpack": true,
"tsConfigPath": "apps/rest/tsconfig.app.json"
},
"projects": {
"rest": {
"type": "application",
"root": "apps/rest",
"entryFile": "main",
"sourceRoot": "apps/rest/src",
"compilerOptions": {
"tsConfigPath": "apps/rest/tsconfig.app.json"
}
},
"queue": {
"type": "application",
"root": "apps/queue",
"entryFile": "main",
"sourceRoot": "apps/queue/src",
"compilerOptions": {
"tsConfigPath": "apps/queue/tsconfig.app.json"
}
},
"producer": {
"type": "application",
"root": "scripts",
"entryFile": "producer",
"compilerOptions": {
"tsConfigPath": "scripts/tsconfig.script.json"
}
}
}
}