Files
doneit-web/typedoc.json
T

12 lines
297 B
JSON
Raw Normal View History

2024-08-09 11:12:31 +01:00
{
// Comments are supported, like tsconfig.json
"entryPoints": [
2024-08-13 10:52:35 +01:00
"./src/app/utils/*.ts",
"./src/app/infra/camera/*.ts",
"./src/app/infra/**/*.ts",
"./src/app/module/**/*.ts",
//"./src/app/infra/repository/dexie/dexie-repository.service.ts",
2024-08-09 11:12:31 +01:00
] ,
2024-08-13 10:52:35 +01:00
"out": "doc/TypeDoc",
2024-08-09 11:12:31 +01:00
}