Files
slm-design/examples/demo-backend/nest-cli.json

10 lines
215 B
JSON
Raw Normal View History

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
2026-08-01 09:31:08 +03:00
"deleteOutDir": false,
"tsConfigPath": "tsconfig.build.json"
}
}