File size: 291 Bytes
4327358
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "collection": "@nestjs/schematics",
  "sourceRoot": "src",
  "compilerOptions": {
    "plugins": ["@nestjs/swagger"],
    "assets": [
      "dashboard/**",
      "core/engines/webjs/*",
      "plus/engines/webjs/*",
      "apps/chatwoot/i18n/*.yaml"
    ],
    "watchAssets": true
  }
}