mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
realtime
This commit is contained in:
+6
-2
@@ -1,7 +1,11 @@
|
||||
{
|
||||
// Comments are supported, like tsconfig.json
|
||||
"entryPoints": [
|
||||
"./src/app/utils/*.ts"
|
||||
"./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"
|
||||
"out": "doc/TypeDoc",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user