forked from ngageoint/opensphere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdossier.conf.json
More file actions
22 lines (22 loc) · 747 Bytes
/
dossier.conf.json
File metadata and controls
22 lines (22 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"externs": [
"google-closure-compiler/contrib/externs/jquery-1.9.js",
"google-closure-compiler/contrib/externs/angular-1.5-http-promise_templated.js",
"google-closure-compiler/contrib/externs/angular-1.5-resource.js",
"google-closure-compiler/contrib/externs/angular-1.5-q_templated.js",
"openlayers/src/ol/typedefs.js",
"openlayers/externs/closure-compiler.js",
"openlayers/externs/geojson.js",
"openlayers/externs/oli.js",
"openlayers/externs/olx.js",
"openlayers/externs/proj4js.js",
"openlayers/externs/topojson.js",
"ol-cesium/externs/olcsx.js",
"externs/*.js"
],
"output": "dist/apidoc",
"readme": "README.md",
"typeFilters": [
"^(main|defines|ext|ol(cs)?)(\\..*)?$"
]
}