Files
slm-design/examples/demo-backend/nest-cli.json
2026-08-01 09:31:08 +03:00

10 lines
215 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": false,
"tsConfigPath": "tsconfig.build.json"
}
}