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.
22 lines
464 B
JSON
22 lines
464 B
JSON
{
|
|
"opts": {
|
|
"recurse": true,
|
|
"template": "config/jsdoc/info"
|
|
},
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"includePattern": "\\.js$"
|
|
},
|
|
"plugins": [
|
|
"jsdoc-plugin-typescript",
|
|
"config/jsdoc/plugins/define-plugin.cjs",
|
|
"config/jsdoc/plugins/virtual-plugin.cjs",
|
|
"config/jsdoc/plugins/default-export.cjs"
|
|
],
|
|
"typescript": {
|
|
"moduleRoot": "src"
|
|
}
|
|
}
|