##### **Overview of the issue** Using compodoc in a project with TypeScript 2.2.0, breaks. ##### **Suggest a Fix** The call on ts.getJSDocs breaks because on 2.2.0 getJSDocs not available (not exported). In 2.1.5, getJSDocs is available.