From e22f39293c182c883461d4677a02017fe1283862 Mon Sep 17 00:00:00 2001 From: Bochkovskyi Date: Thu, 1 Feb 2024 14:00:56 +0200 Subject: [PATCH] update with prettier --- tsconfig.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 16af6a4..fc0ab7f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,13 +18,13 @@ "baseUrl": ".", "plugins": [ { - "name": "next" - } + "name": "next", + }, ], "paths": { - "@/*": ["src/*"] - } + "@/*": ["src/*"], + }, }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules"], }