From c39ddae976a6d0a7fdc86f646053a1c676bc4759 Mon Sep 17 00:00:00 2001 From: Michael Latman Date: Fri, 6 Dec 2024 16:14:54 -0500 Subject: [PATCH] Update tsconfig.json to change rootDir to ./src --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d38773d..a7552e9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "./dist", - "rootDir": ".", + "rootDir": "./src", "types": ["node", "jest"] }, "include": ["src/**/*", "test/**/*"],