From 4d298c1405db49a1548ef08847e3b7633b43b38e Mon Sep 17 00:00:00 2001 From: prayansh_chhablani Date: Wed, 6 Nov 2024 09:34:23 +0530 Subject: [PATCH] format fix --- setup.ts | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.ts b/setup.ts index 9754cbe698..8b99988749 100644 --- a/setup.ts +++ b/setup.ts @@ -168,7 +168,7 @@ function transactionLogPath(logPath: string | null): void { async function askForTransactionLogPath(): Promise { let logPath: string | null; - // Keep asking for path, until user gives a valid path + // Keep asking for path, until user gives a valid path while (true) { const response = await inquirer.prompt([ { diff --git a/tsconfig.json b/tsconfig.json index 7b0714a066..b1fe411a3e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "strict": true /* Enable all strict type-checking options. */, "skipLibCheck": true /* Skip type checking all .d.ts files. */, "resolveJsonModule": true /* Allow to import JSON files */, - "baseUrl": ".", + "baseUrl": ".", "paths": { "@constants": ["./src/constants"], "@setup/*": ["./src/setup/*"],