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": { 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" }