From fc5f4f25851f0efd50915bfe7d2e3651530b15eb Mon Sep 17 00:00:00 2001 From: Arogya Bichpuria Date: Sat, 20 Jul 2024 11:11:56 +0530 Subject: [PATCH] added src/dist --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d2e29b2..e977724 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,6 @@ "forceConsistentCasingInFileNames": true, "strict": false /* Enable all strict type-checking options. */, "skipLibCheck": true /* Skip type checking all .d.ts files. */, - "outDir": "dist" + "outDir": "src/dist" } }