feat: Initialize NestJS project with configuration files and basic structure

This commit is contained in:
Thibault Pouch
2026-05-01 10:57:17 +02:00
parent 2f7417c7fb
commit 86840e0021
12 changed files with 181 additions and 0 deletions

8
nest-cli.json Normal file
View File

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