mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
10 lines
207 B
JSON
10 lines
207 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"plugins": ["@nestjs/swagger"]
|
|
}
|
|
}
|