Переглянути джерело

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

Afshin Darian 6 роки тому
батько
коміт
f183c725d7
1 змінених файлів з 1 додано та 1 видалено
  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"
   },