bubble-dev / _

🍱 metarepo of many packages and various monorepos
52 stars 6 forks source link

🐞 lada/prefix: fix types for native build #512

Closed irminakacz closed 3 years ago

irminakacz commented 3 years ago

When using newest version of @lada/prefix native was complaining about missing ./types file. Turns out that after the build system change the index.native.ts didn't use type keyword for exporting types (which is expected by build system), so the type files were treated as regular js files and were reported as missing, since they weren't in the same folder. This PR is fixing that.