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/*"],