Browse Source

Explicitly add plugin-schema.json file because Typedoc does not appear to respect its inclusion from the tsconfig.json file.

Afshin Darian 6 years ago
parent
commit
f183c725d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/coreutils/package.json

+ 1 - 1
packages/coreutils/package.json

@@ -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"
   },