skellock / typescript-with-electron-react-kit

Don't just start your Electron app... TWERKit.
https://skellock.github.io/typescript-with-electron-react-kit
MIT License
145 stars 23 forks source link

Look into fusebox TypeScriptCompiler option? #94

Open rmevans9 opened 6 years ago

rmevans9 commented 6 years ago

https://github.com/fuse-box/react-example/blob/master/fuse.js#L21

Wut? Should we look into this? Maybe it would help us in some way. ¯\_(ツ)_/¯

skellock commented 6 years ago

I don't think I've seen that setting before. What does it do?

coder2000 commented 5 years ago

The useTypescriptCompiler option is for projects that are JS based. It tells Fuse-Box to use the Typescript compiler for everything.