Skip to content

Commit

Permalink
Fix issue causing vite build not to work
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Jan 7, 2025
1 parent cf51779 commit 03ec7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@/*": ["./*"],
}
},
"include": ["src"," shared-utils", "electron"],
"include": ["src"," shared-utils"],
"references": [
{ "path": "./tsconfig.node.json" }
]
Expand Down

0 comments on commit 03ec7a4

Please sign in to comment.