Fix issue causing vite build not to work

This commit is contained in:
Jonatan Heyman 2025-01-07 23:37:36 +01:00
parent cf51779e37
commit 03ec7a4867

View File

@ -17,7 +17,7 @@
"@/*": ["./*"], "@/*": ["./*"],
} }
}, },
"include": ["src"," shared-utils", "electron"], "include": ["src"," shared-utils"],
"references": [ "references": [
{ "path": "./tsconfig.node.json" } { "path": "./tsconfig.node.json" }
] ]