From d4ec4ab080a33f5cc804c355eb17fe935c70fd2a Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 18 Mar 2022 01:45:28 +0100 Subject: [PATCH] reverted unnecessary change --- backend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tsconfig.json b/backend/tsconfig.json index a3b3b285b..f81bf22d5 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -81,7 +81,7 @@ }, "references": [ { - "path": "./../database/tsconfig.json", + "path": "../database/tsconfig.json", // add 'prepend' if you want to include the referenced project in your output file // "prepend": true }