diff --git a/tsconfig.json b/tsconfig.json index 49a5877..a289786 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "include": [ "global.d.ts", "src/**/*", + "src/routes/**/*", "tailwind.config.cjs", ".eslintrc.cjs" ],