angular-TestProject/nest/nest-cli.json
FS ae17888e06 feat(nest): 🎉 Nest start
Created nest project
2024-05-04 02:44:09 +02:00

9 lines
171 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
}
}