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 + } }