-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathtypedoc.json
30 lines (29 loc) · 911 Bytes
/
typedoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"tsconfig": "./src/tsconfig.json",
"entryPoints": [
"src/general.ts",
"src/Session.ts",
"src/SVGelement.ts",
"src/EventManager.ts",
"src/print/*.ts",
"src/importExport.ts",
"src/undoRedo.ts",
"src/TopMenu.ts",
"src/documentation.ts",
"src/sitplan/*.ts",
"src/List_Item/List_Item.ts",
"src/List_Item/Electro_Item.ts",
"src/List_Item/Schakelaars/Schakelaar.ts",
"src/List_Item/Schakelaars/Schakelaars.ts",
"src/List_Item/Schakelaars/Lichtcircuit.ts",
"src/List_Item/*.ts",
"src/Properties.ts",
"src/SVGSymbols.ts",
"src/Hierarchical_List.ts",
"src/config.ts",
"prop/prop_scripts.ts",
"src/main.ts"
],
"out": "docs", // Output directory for the documentation
"exclude": ["node_modules"]
}