mirror of
https://github.com/appium/appium.git
synced 2026-02-21 10:49:52 -06:00
26 lines
636 B
JSON
26 lines
636 B
JSON
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"cleanOutputDir": true,
|
|
"entryPointStrategy": "packages",
|
|
"entryPoints": [
|
|
"./packages/appium",
|
|
"./packages/base-driver",
|
|
"./packages/support",
|
|
"./packages/types",
|
|
"./packages/base-plugin",
|
|
"./packages/fake-driver",
|
|
"./packages/typedoc-plugin-appium"
|
|
],
|
|
"excludeInternal": true,
|
|
"includeVersion": false,
|
|
"name": "Appium",
|
|
"out": "typedoc-docs",
|
|
"plugin": [
|
|
"typedoc-plugin-resolve-crossmodule-references",
|
|
"typedoc-plugin-markdown",
|
|
"./packages/typedoc-plugin-appium"
|
|
],
|
|
"theme": "appium",
|
|
"tsconfig": "./tsconfig.json"
|
|
}
|