From 68bd5f8d3d104ff0d274ad24c307cf85befd3050 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Mon, 3 Jul 2023 20:14:32 -0500 Subject: [PATCH] fix tsconfig for routes --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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" ],