Files
reformix-hackaton/mvp/Whatsapp-bot/nest-cli.json
2026-06-02 10:24:02 -04:00

12 lines
234 B
JSON

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