From a96e9cbd139fff4a429640408157cb3e76842ddb Mon Sep 17 00:00:00 2001 From: RA80533 <32469082+RA80533@users.noreply.github.com> Date: Tue, 20 Jul 2021 19:27:28 -0400 Subject: [PATCH] WIP --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index af72e76..413444f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,9 +2,9 @@ "compilerOptions": { "esModuleInterop": true, "moduleResolution": "node", - "outDir": "./dist", + "outDir": "dist/", "resolveJsonModule": true, - "rootDir": "./src", + "rootDir": ".", "sourceMap": true, "target": "es2015" },