It would be useful as a developer who uses roblox-ts if the generated .lua files had an associated .d.ts file with it too. For the files that are just `return "rbxassetid://?????"`, this should be as easy as `export = string` or something.
It would be useful as a developer who uses roblox-ts if the generated .lua files had an associated .d.ts file with it too.
For the files that are just
return "rbxassetid://?????", this should be as easy asexport = stringor something.