-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf.json
29 lines (29 loc) · 1.03 KB
/
conf.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
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"include": [ "./tabletop/core/array_board.js",
"./tabletop/core/board.js",
"./tabletop/core/card.js",
"./tabletop/core/component.js",
"./tabletop/core/deck.js",
"./tabletop/core/edge_tile.js",
"./tabletop/core/game.js",
"./tabletop/core/grid_board.js",
"./tabletop/core/player.js",
"./tabletop/core/tile.js",
"./tabletop/core/token.js",
"./tabletop/core/trade.js",
"./tabletop/core/vertex_tile.js",
"./tabletop/core/view.js",
"./DOCS.md"],
"exclude": [ /* array of paths to exclude */ ],
"excludePattern": "(^|\\/|\\\\)_"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}