From c401f0b7a4de01283a2b838d7df4e3c88c0de42d Mon Sep 17 00:00:00 2001 From: Akinsola Lawanson <106528085+akinsola-guardian@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:27:48 +0000 Subject: [PATCH] Changed rootDir --- tsconfig.build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index d61347b1e..c1ab7a0fd 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -5,7 +5,7 @@ "emitDeclarationOnly": true, "noEmit": false, "outDir": "dist", - "rootDir": "src" + "rootDir": "./" }, "files": ["src/index.ts"], "include": ["src"]