Files
doneit-web/typedoc.json
T
Peter Maquiran 28bc141d38 add type doc
2024-08-09 11:12:31 +01:00

8 lines
127 B
JSON

{
// Comments are supported, like tsconfig.json
"entryPoints": [
"./src/app/utils/*.ts"
] ,
"out": "doc/TypeDoc"
}