This is a local module but it seems the same behaviour
This is a local module but it seems the same behaviour
Yeah locally it works but not when imported from a node module. The export {} statement is present in the .d.ts
Are you sure about that? I've also created a library in another folder that exports the `.d.ts` and it also seems to work. If i remove the import it goes back to be just `string`. Also if i remove the export, re-package the application, remove and reinstall it goes back to be just `string`
appreciate the example. looking into it now
Argh looks like it's the symlink 🫠so I installed the package ike this: `npm install ../filepond` Which worked great in two other test projects, apparently not in this one. `npm pack` and then `npm install filepond.tar` does work. Thanks! :D
Whenever I'm testing stuff I always pack things...it takes just a second but you get the actual experience and remove any variable from the game. Glad you sorted this out 🧡