21 lines
484 B
JSON
21 lines
484 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"monorepo": false,
|
|
"sourceRoot": "src",
|
|
"entryFile": "../../dist/orchestrator/apps/orchestrator/src/main",
|
|
"language": "ts",
|
|
"generateOptions": {
|
|
"spec": false
|
|
},
|
|
"compilerOptions": {
|
|
"manualRestart": true,
|
|
"tsConfigPath": "./tsconfig.build.json",
|
|
"webpack": false,
|
|
"deleteOutDir": true,
|
|
"assets": [],
|
|
"watchAssets": false,
|
|
"plugins": []
|
|
}
|
|
}
|