chore: Better typing for preload.ts (#1055)

This commit is contained in:
Alex Hancock
2025-02-03 20:52:48 -05:00
committed by GitHub
parent c9c03222d1
commit 8765b03a95
8 changed files with 79 additions and 87 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ module.exports = {
target: 'main',
},
{
entry: 'src/preload.js',
entry: 'src/preload.ts',
config: 'vite.preload.config.ts',
target: 'preload',
},