From b2602c53a2dda5183487a0a54abf154c7ac6b21f Mon Sep 17 00:00:00 2001 From: azrsh <46126763+azrsh@users.noreply.github.com> Date: Wed, 17 Jan 2024 21:49:18 +0900 Subject: [PATCH] yarn fix:prettier --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 532844a7a..beeee3f6e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -95,6 +95,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. */, + }, }