gaearon / react-hot-boilerplate

Minimal live-editing example for React
MIT License
3.91k stars 879 forks source link

Get Intellisense working #66

Closed didierfranc closed 7 years ago

didierfranc commented 8 years ago
adam-beck commented 8 years ago

Should we be installing global node modules in an npm script? Couldn't we just install typings as a dev-dependency and npm scripts uses the executables in node_modules/.bin?

didierfranc commented 8 years ago

Of course 😉

calesce commented 7 years ago

I'd rather not put TypeScript/editor-specific stuff in here. I'd be happy with a PR adding a link to a separate boilerplate, though.