vika-server / nest-cli.json
Viktoria435
Initialize NestJS project with basic structure and configurations
22df730
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
}
}