Files
edr-platform/apps/edr-passenger-api/nest-cli.json
2026-05-13 16:58:49 +03:00

10 lines
195 B
JSON

{
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"plugins": ["@nestjs/swagger"],
"tsConfigPath": "tsconfig.build.json",
"watchAssets": true
}
}