10 lines
235 B
JSON
10 lines
235 B
JSON
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"entryPoints": ["./src/places.ts"],
|
|
"out": "docs",
|
|
"plugin": ["typedoc-plugin-markdown"],
|
|
"disableSources": true,
|
|
"readme": "none",
|
|
"name": "@remotestorage/module-places"
|
|
}
|