From 8245cca7943c946b3b7a7ab97bdc813c3d6b39dc Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 23 Oct 2018 23:32:47 +0200 Subject: [PATCH 1/2] Bumped tsd-jsdoc --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ec6899..ad2dfc8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "MIT", "devDependencies": { "jsdoc": "^3.5.5", - "tsd-jsdoc": "=2.0.0-beta.3" + "tsd-jsdoc": "=2.0.0-beta.6" }, "typings": "./tsd/types.d.ts" } From 13db7c46be8c49a924a1335d13f31dedbe08acf0 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 23 Oct 2018 23:43:44 +0200 Subject: [PATCH 2/2] fixed template path --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index e619474..36344f4 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "opts": { - "template": "./node_modules/tsd-jsdoc", + "template": "./node_modules/tsd-jsdoc/dist", "destination": "./tsd" }, "source": {