12 lines
364 B
JSON
12 lines
364 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"assets": [
|
|
{ "include": "Mailing/system-mailing/templates/**/*.html", "outDir": "./dist", "watchAssets": true },
|
|
{ "include": "modules/**/templates/**", "outDir": "./dist", "watchAssets": true }
|
|
]
|
|
}
|
|
}
|