hexabot/api/nest-cli.json

13 lines
320 B
JSON
Raw Permalink Normal View History

2024-09-10 09:50:11 +00:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
2025-01-28 17:44:48 +00:00
"assets": [
{ "include": "config/i18n/**/*", "watchAssets": true },
{ "include": "templates/**/*.mjml", "watchAssets": true }
]
2024-09-10 09:50:11 +00:00
}
}