43 lines
835 B
JSON
43 lines
835 B
JSON
{
|
|
"id": "hello",
|
|
|
|
"output-file": "hello-compiled.js",
|
|
|
|
"inputs": [
|
|
"hello.js",
|
|
"../src/ol.js"
|
|
],
|
|
"paths": [
|
|
"../src"
|
|
],
|
|
|
|
"define": {
|
|
// "goog.dom.ASSUME_STANDARDS_MODE": true,
|
|
"goog.DEBUG": false
|
|
},
|
|
|
|
"mode": "ADVANCED",
|
|
"level": "VERBOSE",
|
|
// "pretty-print": true,
|
|
// "debug": true,
|
|
|
|
// "experimental-compiler-options": {
|
|
// "generateExports": true
|
|
// },
|
|
|
|
"checks": {
|
|
// acceptable values are "ERROR", "WARNING", and "OFF"
|
|
"accessControls": "WARNING",
|
|
"visibility": "WARNING",
|
|
"checkTypes": "WARNING",
|
|
"checkRegExp": "WARNING",
|
|
"checkVars": "WARNING",
|
|
"deprecated": "WARNING",
|
|
"fileoverviewTags": "WARNING",
|
|
"invalidCasts": "WARNING",
|
|
"missingProperties": "WARNING",
|
|
"nonStandardJsDocs": "WARNING",
|
|
"undefinedVars": "WARNING"
|
|
}
|
|
}
|