From 2c52904e0e1a5151a4035857da4f8334cf8322d3 Mon Sep 17 00:00:00 2001 From: cte Date: Wed, 14 May 2025 21:42:20 -0700 Subject: [PATCH] Organize includes --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 6c434db78f..802fabeb83 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -61,10 +61,10 @@ "**/*.e2e.ts" ], "include": [ - "next-env.d.ts", "**/*.ts", "**/*.tsx", - ".storybook/*.ts", - "**/*.mts" + "**/*.mts", + "next-env.d.ts", + ".storybook/*.ts" ] }