-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathtypedoc.json
More file actions
28 lines (28 loc) · 885 Bytes
/
typedoc.json
File metadata and controls
28 lines (28 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"$schema": "https://typedoc.org/schema.json",
"name": "GraphiQL API Documentation",
"entryPointStrategy": "packages",
"entryPoints": [
"packages/cm6-graphql",
"packages/codemirror-graphql",
"packages/graphiql",
"packages/graphiql-plugin-code-exporter",
"packages/graphiql-plugin-doc-explorer",
"packages/graphiql-plugin-explorer",
"packages/graphiql-plugin-history",
"packages/graphiql-react",
"packages/graphiql-toolkit",
"packages/graphql-language-service",
"packages/graphql-language-service-server",
"packages/monaco-graphql"
],
"out": "packages/graphiql/typedoc",
"exclude": ["**/__tests__/**", "**/*.spec.*", "**/*-test.*"],
"skipErrorChecking": true,
"excludePrivate": true,
"excludeInternal": true,
"readme": "./README.md",
"packageOptions": {
"entryPoints": ["src/index.ts", "src/index.tsx"]
}
}