mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
12 lines
297 B
JSON
12 lines
297 B
JSON
{
|
|
// Comments are supported, like tsconfig.json
|
|
"entryPoints": [
|
|
"./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",
|
|
] ,
|
|
"out": "doc/TypeDoc",
|
|
}
|