From 2b5aecced5fb1c77c3c9c054433cdc8e97e675dc Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Thu, 16 Oct 2025 08:29:38 -0700 Subject: [PATCH] chore: remove app/models from node TypeScript config paths --- tsconfig.node.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.node.json b/tsconfig.node.json index a717121..afaea84 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -4,8 +4,7 @@ "server/**/*.ts", "vite.config.ts", "database/**/*.ts", - "app/contexts/**/*.ts", - "app/models/**/*.ts" + "app/contexts/**/*.ts" ], "compilerOptions": { "composite": true,