From 5ae1f46f209241bed00f8783b65f2c5a20c3813f Mon Sep 17 00:00:00 2001 From: Nitish Sharma Date: Thu, 9 May 2024 17:27:45 +0530 Subject: [PATCH] changed compilation resultto land in dist --- adapters/lyve/tsconfig.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/adapters/lyve/tsconfig.json b/adapters/lyve/tsconfig.json index 4cc4cdee..d790b7f8 100644 --- a/adapters/lyve/tsconfig.json +++ b/adapters/lyve/tsconfig.json @@ -5,7 +5,10 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + "outDir": "dist/" }, - "include": ["./src/*.ts"] -} + "include": [ + "./src/*.ts" + ] +} \ No newline at end of file