From 03ec7a486712b30120a61ee51d25a88158bd0f96 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Tue, 7 Jan 2025 23:37:36 +0100 Subject: [PATCH] Fix issue causing vite build not to work --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 65615dc..4f73287 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,7 @@ "@/*": ["./*"], } }, - "include": ["src"," shared-utils", "electron"], + "include": ["src"," shared-utils"], "references": [ { "path": "./tsconfig.node.json" } ]