2024-10-16 16:58:05 -04:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
|
|
"collection": "@nestjs/schematics",
|
|
|
|
"sourceRoot": "src",
|
|
|
|
"compilerOptions": {
|
|
|
|
"deleteOutDir": true,
|
2024-10-16 17:42:02 -04:00
|
|
|
"plugins": ["@nestjs/swagger"],
|
|
|
|
"assets": ["**/*.hbs", "**/*.txt"]
|
2024-10-16 16:58:05 -04:00
|
|
|
}
|
|
|
|
}
|