Files
2026-04-21 20:12:05 +08:00

18 lines
410 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"plugins": ["@nestjs/swagger"],
"pluginsConfig": {
"@nestjs/swagger": {
"dtoFileNameSuffix": [".dto.ts"]
}
},
"assets": ["**/*.json"],
"watchAssets": true,
"tsConfigPath": "tsconfig.build.json"
}
}