@@ -26,7 +26,7 @@
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib",
- "docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src",
+ "docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src src/plugin-schema.json",
"prepublishOnly": "npm run build",
"watch": "tsc -b --watch"
},