-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathol3pz.json
61 lines (61 loc) · 1.37 KB
/
ol3pz.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"exports": ["*"],
"umd": true,
"src": ["src/**/*.js"],
"ignoreRequires": "^ol\\.",
"compile": {
"externs": [
"ol3/build/ol-externs.js",
"ol3/externs/esrijson.js",
"externs/olpzx.js"
],
"define": [
"goog.DEBUG=true"
],
"js": [
],
"jscomp_error": [
"accessControls",
"ambiguousFunctionDecl",
"checkDebuggerStatement",
"checkEventfulObjectDisposal",
"checkProvides",
"checkRegExp",
"checkStructDictInheritance",
"checkVars",
"checkTypes",
"const",
"constantProperty",
"deprecated",
"duplicate",
"duplicateMessage",
"es3",
"externsValidation",
"fileoverviewTags",
"globalThis",
"internetExplorerChecks",
"invalidCasts",
"misplacedTypeAnnotation",
"missingProperties",
"nonStandardJsDocs",
"strictModuleDepCheck",
"suspiciousCode",
"typeInvalidation",
"tweakValidation",
"undefinedNames",
"undefinedVars",
"unknownDefines",
"uselessCode",
"violatedModuleDep",
"visibility"
],
"extra_annotation_name": [
"api", "observable"
],
"compilation_level": "ADVANCED_OPTIMIZATIONS",
"warning_level": "VERBOSE",
"use_types_for_optimization": true,
"create_source_map": "dist/ol3pz.js.map",
"source_map_format": "V3"
}
}