From 34ab0021d816f2676162d52414b1a4940d3e4562 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 23 Aug 2022 21:49:36 +0200 Subject: [PATCH] Fixed nest cli --- nest-cli.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nest-cli.json b/nest-cli.json index 68d1974..2d8a29c 100644 --- a/nest-cli.json +++ b/nest-cli.json @@ -1,5 +1,8 @@ { "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", - "sourceRoot": "src" + "sourceRoot": "src", + "compilerOptions": { + "tsConfigPath": "tsconfig.json" + } }