mirror of
https://github.com/hexastack/hexabot
synced 2025-02-22 12:28:26 +00:00
13 lines
320 B
JSON
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 }
|
|
]
|
|
}
|
|
}
|