UNPKG

372 BJSONView Raw
1{
2 "name": "Scandit Barcode Scanner SDK for the Web",
3 "plugin": ["typedoc-plugin-as-member-of"],
4 "listInvalidSymbolLinks": true,
5 "excludePrivate": true,
6 "excludeProtected": true,
7 "exclude": ["**/{engineWorker,*.spec}.ts", "**/workers/engineWorker.ts"],
8 "target": "es6",
9 "mode": "file",
10 "theme": "typedoc-custom-theme",
11 "src": ["src"],
12 "out": "docs"
13}