chore: typedoc api reference theme 1.0.0 (#9379)

This commit is contained in:
Janos Hrubos
2021-05-06 17:50:27 +02:00
committed by GitHub
parent 6d91c2a019
commit 879b5f6a22
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@
"mocha-typescript": "^1.1.17",
"module-alias": "^2.2.2",
"nativescript": "~7.2.0",
"nativescript-typedoc-theme": "1.0.0",
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
"parserlib": "^1.1.1",
"prettier": "~2.2.1",

View File

@ -25,7 +25,7 @@
"entryPoints": ["../../packages/core/index.d.ts", "../../packages/core"],
"out": "dist/apiref",
"name": "NativeScript",
"theme": "/Users/janoshrubosimac/Code/nativescript-typedoc-theme",
"theme": "../../node_modules/nativescript-typedoc-theme",
"excludeExternals": true,
"externalPattern": "**/+(tns-core-modules|module).d.ts",
"exclude": ["../../packages/core/__tests__", "../../packages/core/**/*.ts"]