From 6de75306e13be0039cb393d8e9a4d682773650fc Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 31 Jul 2023 16:32:44 +0200 Subject: [PATCH] Updated the tsconfig.json --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 05a508b..89db6a8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,6 @@ "target": "es2016", "module": "commonjs", "baseUrl": "src", - "rootDir": "src", "outDir": "dist", "paths": { "@utils/*": ["utils/*"],