laf/server/nest-cli.json

17 lines
340 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": [
{
"include": "i18n/**/*",
"watchAssets": true
},
{
"include": "initializer/deploy-manifest/*",
"watchAssets": true
}
]
}
}