chore: initial project scaffold: backend/nest-cli.json

This commit is contained in:
2026-04-28 09:41:55 +00:00
parent 9b818f0e0b
commit 3f3a55a7ee

9
backend/nest-cli.json Normal file
View File

@@ -0,0 +1,9 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"builder": "swc",
"typeCheck": false
}
}