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"] }