| 12345678910111213141516171819 |
- {
- "collection": "@nestjs/schematics",
- "sourceRoot": "apps/box-mgnt-api/src",
- "entryFile": "main",
- "compilerOptions": {
- "tsConfigPath": "apps/box-mgnt-api/tsconfig.json"
- },
- "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"
- }
- }
- }
- }
|