From 976ef3b98f39ef71f0774e0ce9e2a4ae7b11bdb8 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Mon, 24 Jun 2024 01:06:29 +0200 Subject: [PATCH] chore: format --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 265daf0..6e99bc6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -98,6 +98,6 @@ /* Completeness */ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ - "skipLibCheck": true /* Skip type checking all .d.ts files. */, - }, + "skipLibCheck": true /* Skip type checking all .d.ts files. */ + } }