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

4
tsconfig.build.json Normal file
View File

@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}