From 9dbe18caea1caceafcdfd130b08629832ef6d8af Mon Sep 17 00:00:00 2001 From: James Griffin Date: Thu, 9 Apr 2026 10:50:39 -0300 Subject: [PATCH] Fix failing CI after Vite --- web/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/tsconfig.json b/web/tsconfig.json index 2d6c694..fc9cbf2 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -17,6 +17,5 @@ "jsx": "react-jsx", "types": ["vitest/globals"] }, - "include": ["src", "vite.config.ts"], - "references": [{ "path": "./tsconfig.app.json" }] + "include": ["src", "vite.config.ts"] }