mirror of
https://github.com/n08i40k/schedule-parser-next.git
synced 2025-12-06 09:47:46 +03:00
Начальная настройка и установка зависимостей.
This commit is contained in:
11
nest-cli.json
Normal file
11
nest-cli.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/nest-cli",
|
||||
"collection": "@nestjs/schematics",
|
||||
"sourceRoot": "src",
|
||||
"compilerOptions": {
|
||||
"deleteOutDir": true,
|
||||
"plugins": [
|
||||
"@nestjs/swagger"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user