{ "language": "ts", "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { "plugins": [ "@nestjs/swagger/plugin" ], "assets": [ { "include": "i18n/**/*", "watchAssets": true } ] } }