From e55fca06e78f1382c95499586c9e9b989432d537 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 9 Sep 2023 13:33:24 +0200 Subject: [PATCH] Added the rootDir in the tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 89db6a8..05a508b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "target": "es2016", "module": "commonjs", "baseUrl": "src", + "rootDir": "src", "outDir": "dist", "paths": { "@utils/*": ["utils/*"],