-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
82 lines (82 loc) · 2.53 KB
/
Copy pathtypedoc.json
File metadata and controls
82 lines (82 loc) · 2.53 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"$schema": "https://typedoc.org/schema.json",
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-frontmatter"],
"entryPoints": [
"src/core/index.ts",
"src/adapters/codecs/seroval.ts",
"src/adapters/codecs/standard-schema.ts",
"src/adapters/backends/idb.ts",
"src/adapters/backends/async-storage.ts",
"src/adapters/backends/mmkv.ts",
"src/adapters/backends/secure-store.ts",
"src/adapters/backends/encrypted.ts",
"src/adapters/backends/compressed.ts",
"src/adapters/backends/node-fs.ts",
"src/adapters/transport/crosstab.ts",
"src/adapters/sources/tanstack-store.ts",
"src/adapters/sources/zustand.ts",
"src/adapters/sources/jotai.ts",
"src/adapters/sources/valtio.ts",
"src/adapters/sources/mobx.ts",
"src/adapters/sources/pinia.ts",
"src/adapters/sources/redux.ts",
"src/adapters/frameworks/react.ts",
"src/adapters/frameworks/preact.ts",
"src/adapters/frameworks/solid.ts",
"src/adapters/frameworks/angular.ts",
"src/adapters/frameworks/vue.ts",
"src/adapters/frameworks/lit.ts",
"src/adapters/frameworks/alpine.ts",
"src/adapters/frameworks/svelte.ts",
"src/adapters/frameworks/svelte-store.ts"
],
"cleanOutputDir": false,
"outputs": [
{
"name": "markdown",
"path": "apps/docs/content/reference/api"
}
],
"router": "module",
"publicPath": "/reference/api/",
"preserveAnchorCasing": true,
"fileExtension": ".mdx",
"entryFileName": "_typedoc-entry.mdx",
"modulesFileName": "_typedoc-modules.mdx",
"flattenOutputFiles": true,
"useCodeBlocks": true,
"hidePageHeader": true,
"hideBreadcrumbs": true,
"indexFormat": "table",
"parametersFormat": "table",
"interfacePropertiesFormat": "table",
"classPropertiesFormat": "table",
"typeDeclarationFormat": "table",
"name": "@stainless-code/persist",
"includeVersion": true,
"readme": "none",
"entryPointStrategy": "resolve",
"categorizeByGroup": false,
"sort": ["source-order"],
"visibilityFilters": {},
"intentionallyNotExported": [],
"treatWarningsAsErrors": true,
"treatValidationWarningsAsErrors": true,
"validation": {
"notExported": true,
"invalidLink": true,
"invalidPath": true,
"rewrittenLink": true
},
"excludePrivate": true,
"excludeInternal": true,
"disableSources": false,
"sourceLinkTemplate": "https://github.com/stainless-code/persist/blob/{gitRevision}/{path}#L{line}",
"gitRevision": "main",
"logLevel": "Info",
"frontmatterGlobals": {
"search": {
"tags": ["api", "reference"]
}
}
}