From 62fdfd693e800c54580cfc90210b0c6484ce9299 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Mon, 1 Apr 2024 09:59:52 -0700 Subject: [PATCH] fix: prettier issues --- __tests__/tsconfig.json | 4 ++-- tsconfig.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/__tests__/tsconfig.json b/__tests__/tsconfig.json index bf340ef..64006c5 100644 --- a/__tests__/tsconfig.json +++ b/__tests__/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "module": "es6", "moduleResolution": "node", - "strict": false, + "strict": false }, - "include": ["../src/**/*", "*.ts", "**/*"], + "include": ["../src/**/*", "*.ts", "**/*"] } diff --git a/tsconfig.json b/tsconfig.json index dd9c0a3..4dbad96 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "lib": ["es2020"], "outDir": "./dist", "resolveJsonModule": true, - "strict": true, + "strict": true }, - "include": ["./src/**/*", "global.d.ts"], + "include": ["./src/**/*", "global.d.ts"] }