Hello! I would like to split generated typescript ...
# javascript
n
Hello! I would like to split generated typescript definitions into one file per gradle module, just as I’m splitting the javascript code. Is that doable somehow? Thanks!
a
For right now - no, unfortunately. I'm working to make it happen at least for per-file, but it's possible that if it becomes solved for per-file, it will be easy to add it for per-module.
n
Ok, thanks! Right now, VS Code gets a bit crazy when exporting several modules from the npm package (using 'exports') because they all point towards the same types file.