mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
build: different import for schema
This commit is contained in:
@@ -281,7 +281,7 @@ export default function SlugPage(props: Partial<SidebarLayoutProps & { error?: s
|
|||||||
|
|
||||||
export const config = {
|
export const config = {
|
||||||
unstable_includeFiles: [
|
unstable_includeFiles: [
|
||||||
'../../../node_modules/@microsoft/tsdoc/schemas/tsdoc.schema.json',
|
'node_modules/@microsoft/tsdoc/schemas/tsdoc.schema.json',
|
||||||
'../{builders,collection,proxy,rest,voice,ws}/README.md',
|
'../{builders,collection,proxy,rest,voice,ws}/README.md',
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user