Files
FastGPT/projects/sandbox/nest-cli.json
2024-05-28 14:47:10 +08:00

10 lines
207 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"plugins": ["@nestjs/swagger"]
}
}