Y
Hacker News
new
|
ask
|
show
|
jobs
by
antihero
1048 days ago
Is there some command you can run to rewrite all the JSDoc as actual TypeScript?
1 comments
alexlur
1048 days ago
Programmatically yes:
https://github.com/microsoft/TypeScript/blob/28cd1fbd13b8d09...
You just need to call this from somewhere like ts-morph.
link
You just need to call this from somewhere like ts-morph.