mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
8 lines
127 B
JSON
8 lines
127 B
JSON
{
|
|
// Comments are supported, like tsconfig.json
|
|
"entryPoints": [
|
|
"./src/app/utils/*.ts"
|
|
] ,
|
|
"out": "doc/TypeDoc"
|
|
}
|