2022-12-05 07:06:11 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
|
|
|
"collection": "@nestjs/schematics",
|
2023-03-15 08:32:55 +00:00
|
|
|
"sourceRoot": "src",
|
|
|
|
|
"compilerOptions": {
|
2025-11-24 08:51:29 +00:00
|
|
|
"assets": [{ "include": "mailer/templates/**/*", "outDir": "dist/src" }],
|
2023-03-15 08:32:55 +00:00
|
|
|
"watchAssets": true
|
|
|
|
|
}
|
2022-12-05 07:06:11 +00:00
|
|
|
}
|