Wrapper for typedoc and typedoc-plugin-custom-tags
npm i --save-dev typedoc-wrapper
const typedoc = require("typedoc-wrapper");
// Call against your main file or directory
typedoc("./src/index.ts");
tdx <path-to-file> [...typedoc-options]