UNPKG
@mapeo/schema
Version:
latest (3.0.0-next.0)
next (3.0.0-next.28)
3.0.0-next.28
3.0.0-next.27
3.0.0-next.26
3.0.0-next.25
3.0.0-next.24
3.0.0-next.23
3.0.0-next.22
3.0.0-next.21
3.0.0-next.20
3.0.0-next.19
3.0.0-next.18
3.0.0-next.17
3.0.0-next.16
3.0.0-next.15
3.0.0-next.14
3.0.0-next.13
3.0.0-next.12
3.0.0-next.11
3.0.0-next.10
3.0.0-next.9
3.0.0-next.8
3.0.0-next.7
3.0.0-next.6
3.0.0-next.5
3.0.0-next.4
3.0.0-next.3
3.0.0-next.2
3.0.0-next.1
3.0.0-next.0
JSON schema and flow types for Mapeo
github.com/digidem/mapeo-schema
digidem/mapeo-schema
@mapeo/schema
/
typedoc.json
11 lines
(10 loc)
•
250 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"entryPoints"
:
[
"./types/schema/**/*.d.ts"
,
"./src/index.js"
]
,
"out"
:
"./docs/api/"
,
"allReflectionsHaveOwnDocument"
:
true
,
"cleanOutputDir"
:
true
,
"readme"
:
"none"
,
"name"
:
"API"
,
"excludePrivate"
:
true
,
"excludeExternals"
:
true
}