electron-react-typescript-boilerplate icon indicating copy to clipboard operation
electron-react-typescript-boilerplate copied to clipboard

feat: write typescript on main; restart when changed

Open maple-leaf opened this issue 7 years ago • 4 comments

  • able to write typescript on main.development
  • auto restart electron when main.development script file changed

maple-leaf avatar Jul 19 '18 07:07 maple-leaf

I needed this! Works great.

augustjd avatar Jul 24 '18 15:07 augustjd

Looking at doing the same thing in my project. Can you explain the reason for adding a second tsconfig?

stephen776 avatar Aug 21 '18 09:08 stephen776

@stephen776 the added tsconfig inside app is used for app.development.ts only, which has a different entry and outDir config.

maple-leaf avatar Aug 27 '18 12:08 maple-leaf

Yes please this should get merged in.

adammenges avatar Feb 24 '19 21:02 adammenges