sinka/api/nest-cli.json
2026-09-16 04:57:09 +00:00

15 lines
289 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"assets": [
{
"include": "generated/**/*",
"watchAssets": true
}
]
}
}