2026-04-10 01:38:41 -07:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
|
|
|
"collection": "@nestjs/schematics",
|
|
|
|
|
"sourceRoot": "src",
|
2026-06-08 00:10:31 -07:00
|
|
|
"entryFile": "backend-api/src/main",
|
2026-04-10 01:38:41 -07:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"deleteOutDir": true
|
|
|
|
|
}
|
|
|
|
|
}
|