From ae0dbc740b852e8ba762ec8c7a8e4eaf56f36580 Mon Sep 17 00:00:00 2001 From: Donkie Date: Mon, 5 Aug 2024 19:19:04 +0200 Subject: [PATCH] Fixed client build --- client/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/tsconfig.json b/client/tsconfig.json index c132c63..c7b9729 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -16,7 +16,7 @@ "noEmit": true, "jsx": "react-jsx" }, - "include": ["src", "vite.config.ts"], + "include": ["src"], "references": [ { "path": "./tsconfig.node.json"