ConsenSysMesh / rimble-ui

React components that implement Rimble's Design System.
https://rimble.consensys.design/
MIT License
462 stars 67 forks source link

initial typescript compile #373

Open lookfirst opened 4 years ago

lookfirst commented 4 years ago

I don't expect this PR to get merged. I just wanted to show you how easy it is to get the project to 'compile' with tsc. The idea being that the move to typescript can be gradual.

Just yarn; tsc and the output will go to a build folder.

Related: #318

netlify[bot] commented 4 years ago

Deploy preview for rimble-ui-storybook ready!

Built with commit 199fd9b068f4f002d9af5173b39e88f2677a43eb

https://deploy-preview-373--rimble-ui-storybook.netlify.com

gesquinca commented 4 years ago

@lookfirst Very nice! Thanks for putting this together.