{ "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" ], "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" }