Roblox / tarmac

Command line tool to manage Roblox assets
MIT License
111 stars 25 forks source link

Option to create a .d.ts file alongside .lua #30

Open Kampfkarren opened 4 years ago

Kampfkarren commented 4 years ago

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.