9 lines
141 B
JavaScript
9 lines
141 B
JavaScript
module.exports = {
|
|
packages: {
|
|
'@agm/markerclusterer': {
|
|
ignorableDeepImportMatchers: [
|
|
/@google\//,
|
|
]
|
|
}
|
|
}
|
|
}
|