Hi, I personally use webpack & babel transformation - so I opted for this package vs tsx-control-components, but the index.d.ts while in the source repo wasn't being published, so i updated the scripts adding types and now using this package for typescript, tsx & jsx should have complete interoperability assuming babel-loader in webpack
Hi, I personally use
webpack
&babel
transformation - so I opted for this package vstsx-control-components
, but theindex.d.ts
while in the source repo wasn't being published, so i updated thescripts
addingtypes
and now using this package fortypescript
,tsx
&jsx
should have complete interoperability assumingbabel-loader
inwebpack
If i missed something please let me know