hexabot/api/nest-cli.json
2025-01-28 18:44:48 +01:00

13 lines
320 B
JSON

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