From 4664b9154597ca93711180d4e0f3bd2e2c285e08 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 14 Nov 2023 19:40:39 +0200 Subject: [PATCH] Fix tsc target dir --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d09b535..da2bd3f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, - "outDir": "target" + "outDir": "dist" }, "include": ["src/**/*.ts"] }