Add README and API docs
This commit is contained in:
9
typedoc.json
Normal file
9
typedoc.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://typedoc.org/schema.json",
|
||||
"entryPoints": ["./src/places.ts"],
|
||||
"out": "docs",
|
||||
"plugin": ["typedoc-plugin-markdown"],
|
||||
"disableSources": true,
|
||||
"readme": "none",
|
||||
"name": "@remotestorage/module-places"
|
||||
}
|
||||
Reference in New Issue
Block a user