From 7566de4a03e4f34cc743a0726600d4126563d74b Mon Sep 17 00:00:00 2001 From: Pankaj B Date: Tue, 30 Jan 2024 00:06:16 +0530 Subject: [PATCH] ui prettier --- ui/tsconfig.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/tsconfig.json b/ui/tsconfig.json index c443fefcce..422d661481 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -16,13 +16,13 @@ "incremental": true, "plugins": [ { - "name": "next" - } + "name": "next", + }, ], "paths": { - "@/*": ["./*"] - } + "@/*": ["./*"], + }, }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] -} + "exclude": ["node_modules"], +} \ No newline at end of file