Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for typescript-style docstrings
this change adds [jsdoc-ts-utils](https://npm.im/jsdoc-ts-utils), which I have had success using in [mrca](https://npm.im/mrca). it allows us to use the `import()` syntax to reference types in other modules, and other things that make working in a TS-language-server-enabled editor much nicer. it does not support _all_ of the stuff TS does, but at least helps. this should not change the API documentation output (at least until we start using the new supported features) Signed-off-by: Christopher Hiller <[email protected]>
- Loading branch information