lib/typedoc.json
garrettmills 4849016784
All checks were successful
continuous-integration/drone/push Build is passing
Move docs in-repo
2021-06-01 21:32:24 -05:00

12 lines
246 B
JSON

{
"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"
]
}