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,