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