monorepo/apps/talk/nest-cli.json

11 lines
218 B
JSON
Raw Normal View History

2025-05-18 19:59:47 +08:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
2025-05-29 20:00:42 +08:00
"assets": ["assets"],
"watchAssets": true,
2025-05-18 19:59:47 +08:00
"compilerOptions": {
"deleteOutDir": true
}
}