lib/typedoc.json

12 lines
246 B
JSON
Raw Normal View History

2021-06-02 02:32:24 +00:00
{
"name": "The Extollo Framework",
"readme": "./docs/HOME.md",
"tsconfig": "tsconfig.json",
"sourcefile-url-map": "./docs/sourcefile-map.json",
"theme": "./docs/theme",
"out": "./docs/www",
"entryPoints": [
"src/index.ts"
]
}