2022-07-01 03:09:06 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
|
|
"collection": "@nestjs/schematics",
|
2022-07-16 00:36:02 +00:00
|
|
|
"sourceRoot": "src",
|
|
|
|
"compilerOptions": {
|
|
|
|
"assets": ["mails/**/*"],
|
|
|
|
"watchAssets": true
|
|
|
|
}
|
2022-07-01 03:09:06 +00:00
|
|
|
}
|