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" + ] }