{ "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { "deleteOutDir": true, "builder": "tsc", "tsConfigPath": "tsconfig.build.json", "plugins": ["@nestjs/swagger"], "assets": [{ "include": "i18n/**/*.json", "outDir": "dist" }], "watchAssets": true } }