9 lines
166 B
JavaScript
9 lines
166 B
JavaScript
|
/** @type {import('@fuman/build/vite').CustomBuildConfig} */
|
||
|
export default {
|
||
|
typedoc: {
|
||
|
externalPattern: [
|
||
|
'../core/**',
|
||
|
],
|
||
|
},
|
||
|
}
|