The build process failed because webpack does not allow failed imports when it is run as a module. This detects modules with default exports and only generates import statements for default exports where they are available.
38 lines
799 B
JSON
38 lines
799 B
JSON
{
|
|
"opts": {
|
|
"recurse": true,
|
|
"template": "config/jsdoc/api/template"
|
|
},
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"includePattern": ".+\\.js$",
|
|
"excludePattern": "(^|\\/|\\\\)_",
|
|
"include": [
|
|
"src/ol"
|
|
]
|
|
},
|
|
"plugins": [
|
|
"config/jsdoc/plugins/markdown.cjs",
|
|
"jsdoc-plugin-typescript",
|
|
"config/jsdoc/plugins/inline-options.cjs",
|
|
"config/jsdoc/plugins/events.cjs",
|
|
"config/jsdoc/plugins/observable.cjs",
|
|
"config/jsdoc/plugins/api.cjs",
|
|
"config/jsdoc/plugins/default-export.cjs"
|
|
],
|
|
"typescript": {
|
|
"moduleRoot": "src"
|
|
},
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"monospaceLinks": true,
|
|
"default": {
|
|
"outputSourceFiles": false
|
|
},
|
|
"applicationName": "OpenLayers"
|
|
},
|
|
"jsVersion": 180
|
|
}
|