From e8de13db09931a21a2a6581bb0226ac50ce42644 Mon Sep 17 00:00:00 2001 From: toir-bot Date: Mon, 13 Apr 2026 11:43:49 +0000 Subject: [PATCH] chore: initial project scaffold: backend/nest-cli.json --- backend/nest-cli.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 backend/nest-cli.json diff --git a/backend/nest-cli.json b/backend/nest-cli.json new file mode 100644 index 0000000..c8c53e9 --- /dev/null +++ b/backend/nest-cli.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://json.schemastore.org/nest-cli", + "collection": "@nestjs/schematics", + "sourceRoot": "src", + "compilerOptions": { + "builder": "swc", + "typeCheck": true + } +}