-
Notifications
You must be signed in to change notification settings - Fork 0
/
kt.json
70 lines (63 loc) · 1.87 KB
/
kt.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
62
63
64
65
66
67
68
69
70
{
"id": "kt",
"inputs": ["src/main.js"],
"paths": ["src"],
"externs": [
"./externs/google_maps_api_v3_27.js",
"./externs/ol-4.6.4.js",
"./externs/ol-extra.js"
],
"define": {
"goog.DEBUG": false,
"kt.expose.GENERATE": true
},
"mode": "ADVANCED",
"level": "VERBOSE",
"checks": {
"accessControls": "ERROR",
"ambiguousFunctionDecl": "ERROR",
"checkEventfulObjectDisposal": "ERROR",
"checkRegExp": "ERROR",
"checkTypes": "ERROR",
"checkVars": "ERROR",
"conformanceViolations": "ERROR",
"const": "ERROR",
"constantProperty": "ERROR",
"deprecated": "ERROR",
"deprecatedAnnotations": "ERROR",
"duplicateMessage": "ERROR",
"es3": "ERROR",
"es5Strict": "ERROR",
"externsValidation": "ERROR",
"fileoverviewTags": "ERROR",
"globalThis": "ERROR",
"internetExplorerChecks": "ERROR",
"invalidCasts": "ERROR",
"misplacedTypeAnnotation": "ERROR",
"missingGetCssName": "ERROR",
"missingProperties": "ERROR",
"missingProvide": "ERROR",
"missingRequire": "ERROR",
"missingReturn": "ERROR",
"msgDescriptions": "ERROR",
"newCheckTypes": "ERROR",
"nonStandardJsDocs": "ERROR",
"suspiciousCode": "ERROR",
"strictModuleDepCheck": "ERROR",
"typeInvalidation": "ERROR",
"undefinedNames": "ERROR",
"undefinedVars": "ERROR",
"unknownDefines": "ERROR",
"unusedLocalVariables": "ERROR",
"unusedPrivateMembers": "ERROR",
"uselessCode": "ERROR",
"useOfGoogBase": "OFF", // not compatible with es5 // TODO
"underscore": "ERROR",
"visibility": "ERROR",
"accessControls": "ERROR",
"ambiguousFunctionDecl": "ERROR",
"analyzerChecks": "OFF", // Please add a ! to make it non-nullable, or a ? to make it explicitly nullable
"lintChecks": "OFF" // unordered requires in goog.i18n
},
"output-wrapper": "(function(){%output%})();"
}