Files
edr-platform/apps/edr-passenger-api/nest-cli.json
2026-05-14 15:01:36 +03:00

12 lines
275 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"plugins": ["@nestjs/swagger"],
"tsConfigPath": "tsconfig.build.json",
"watchAssets": true
}
}