typestyle / csx

Utility functions for TypeStyle
https://typestyle.github.io
MIT License
102 stars 14 forks source link

Documentation: How to build from source? #2

Closed hgoebl closed 9 years ago

hgoebl commented 9 years ago

Would be nice to have a line in readme explaining how to build this project. Or maybe a npm script entry...

basarat commented 9 years ago

done :rose:

hgoebl commented 9 years ago

Thanks, you're fast!

Without -jsx react it complains:

Cannot use JSX unless the '--jsx' flag is provided.

basarat commented 9 years ago

Without -jsx react it complains:

Thanks :rose: Fixed. Was missing that option in tsconfig.json