Files
doneit-web/typedoc.json
T

8 lines
127 B
JSON
Raw Normal View History

2024-08-09 11:12:31 +01:00
{
// Comments are supported, like tsconfig.json
"entryPoints": [
"./src/app/utils/*.ts"
] ,
"out": "doc/TypeDoc"
}