From f5d60910c497cb64ae5eb5963daacaff4baeb30f Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Sun, 21 Jan 2024 20:49:10 -0800 Subject: [PATCH] Formatting change --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f02cbfd6..b853b380 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,8 +17,8 @@ "skipLibCheck": true, "strict": true, "target": "esnext", - "types": ["jest", "offscreencanvas", "wicg-file-system-access"] + "types": ["jest", "offscreencanvas", "wicg-file-system-access"], }, "exclude": ["node_modules"], - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"] + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], }