Files
openlayers/main.json
2012-07-15 20:50:21 +02:00

49 lines
928 B
JSON

{
"id": "ol",
"inputs": [
"src/all.js"
],
"paths": [
"src"
],
"define": {
// "goog.dom.ASSUME_STANDARDS_MODE": true,
// "ol.ENABLE_DOM": false,
// "ol.ENABLE_WEBGL": false,
"goog.DEBUG": false
},
"externs": [
"externs/geojson.js",
"externs/webgl-debug.js"
],
"mode": "ADVANCED",
"level": "VERBOSE",
// "pretty-print": true,
// "debug": true,
// "experimental-compiler-options": {
// "generateExports": true
// },
"checks": {
// acceptable values are "ERROR", "WARNING", and "OFF"
"accessControls": "ERROR",
"visibility": "ERROR",
"checkTypes": "ERROR",
"checkRegExp": "ERROR",
"checkVars": "ERROR",
"deprecated": "ERROR",
"fileoverviewTags": "ERROR",
"invalidCasts": "ERROR",
"missingProperties": "ERROR",
"nonStandardJsDocs": "ERROR",
"undefinedVars": "ERROR"
},
"jsdoc-html-output-path": "jsdoc"
}