electron-react-typescript-boilerplate
electron-react-typescript-boilerplate copied to clipboard
feat: write typescript on main; restart when changed
- able to write typescript on
main.development - auto restart electron when
main.developmentscript file changed
I needed this! Works great.
Looking at doing the same thing in my project. Can you explain the reason for adding a second tsconfig?
@stephen776 the added tsconfig inside app is used for app.development.ts only, which has a different entry and outDir config.
Yes please this should get merged in.