From 505e44fcdeec7bc7215d829bc39867ecf83cc1bc Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Fri, 1 Mar 2024 13:07:00 -0600 Subject: [PATCH] chore: prettier --- __tests__/tsconfig.json | 4 ++-- tsconfig.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/__tests__/tsconfig.json b/__tests__/tsconfig.json index 1d4a8883..7fa1c84f 100644 --- a/__tests__/tsconfig.json +++ b/__tests__/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "noEmit": true, "skipLibCheck": true, - "strict": false, + "strict": false }, - "include": ["*.ts", "**/*"], + "include": ["*.ts", "**/*"] } diff --git a/tsconfig.json b/tsconfig.json index d7a7199b..ce704f1e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,10 +10,10 @@ "skipLibCheck": true, "strict": true, "target": "ES2022", - "useUnknownInCatchVariables": false, + "useUnknownInCatchVariables": false }, "include": ["./src/**/*"], "ts-node": { - "esm": true, - }, + "esm": true + } }