TypeScriptのコードを生成する
Compiler APIのfactoryを使う
https://github.com/microsoft/TypeScript/wiki/Using-the-Compiler-API#creating-and-printing-a-typescript-ast
JSDoc
を生成するヘルパはないので
addSyntheticLeadingComment
を使って頑張るほかない
Add capability of transforming and emitting JSDoc comments · Issue #17146 · microsoft/TypeScript