2025-07-15 17:32:19 +09:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
|
|
"collection": "@nestjs/schematics",
|
|
|
|
"sourceRoot": "src",
|
|
|
|
"compilerOptions": {
|
2025-07-23 14:26:31 +09:00
|
|
|
"deleteOutDir": true,
|
|
|
|
"plugins": ["@nestjs/swagger/plugin"]
|
2025-07-15 17:32:19 +09:00
|
|
|
}
|
|
|
|
}
|