From 4936e9ca412ddde18a2106e70680dc6078379e3f Mon Sep 17 00:00:00 2001 From: doprz <52579214+doprz@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:46:12 -0500 Subject: [PATCH] chore: format --- tsconfig.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b44e73f3..de1dc085 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,10 +6,7 @@ "module": "esnext", "noEmit": true, "jsx": "react", - "typeRoots": [ - "./node_modules/@types", - "@types" - ], + "typeRoots": ["./node_modules/@types", "@types"], "skipLibCheck": true, "esModuleInterop": true, "resolveJsonModule": true, @@ -42,8 +39,7 @@ ".eslintrc.cjs", "postcss.config.cjs", ".storybook", - "unocss.config.ts" -, -"@types" -] + "unocss.config.ts", + "@types" + ] }