2026-07-30 09:19:59 +03:00
|
|
|
{
|
|
|
|
|
"$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"
|
2026-07-30 09:19:59 +03:00
|
|
|
}
|
|
|
|
|
}
|