futurGH / ts-to-jsdoc

Transpile TypeScript code to fully compatible JavaScript + JSDoc comments.
MIT License
181 stars 17 forks source link

the tool does nothing #44

Closed andremarcondesteixeira closed 3 months ago

andremarcondesteixeira commented 4 months ago

When try to use it, it does not output anything

OS: Windows 11 Node: 20.16.0 NPM: 10.8.1

Steps to reproduce:

  1. Create a new ts project
  2. try to transpile it

Expected result: get vanilla js files

Actual result: no output

futurGH commented 4 months ago

Can you share the project you're trying to transpile and how you're running ts-to-jsdoc?