Remove main.json (replaced with ol.json)
This commit is contained in:
48
main.json
48
main.json
@@ -1,48 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user