Closed Kinqdos closed 9 months ago
Shouldnt the tsconfig.node.json include all files in src/main and src/preload instead of only the root ones?
So instead of:
"include": ["electron.vite.config.*", "src/main/*", "src/preload/*"],
use this:
"include": ["electron.vite.config.*", "src/main/**/*", "src/preload/**/*"],
@Kinqdos Thanks
Shouldnt the tsconfig.node.json include all files in src/main and src/preload instead of only the root ones?
So instead of:
use this: