simple-component-library
simple-component-library copied to clipboard
How to include .tsx files?
How to include .tsx files? Thanks.
I'm having the same issue. When I export a .tsx (or .ts) file, It doesn't get compiled to javascript
You've probably already solved it @lidaof and @danydhondt, but for others with same problem, try adding:
--extensions '.ts,.tsx'
to the build script