From c0080450674fdcd0e2ab83a03b8ba874a03f8533 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 21 Aug 2024 12:39:40 -0400 Subject: [PATCH] Prettier --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 4e1e9b8c8..195d7510a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,8 +9,8 @@ "noUncheckedIndexedAccess": true, "strict": true, "typeRoots": ["node_modules/@types"], - "types": ["jest", "node"], + "types": ["jest", "node"] }, "exclude": ["node_modules"], - "include": ["declaration.d.ts", "packages/**/*.ts", "packages/**/*.tsx"], + "include": ["declaration.d.ts", "packages/**/*.ts", "packages/**/*.tsx"] }