mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
fix(yarn): don't hoist packages for website
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
"homepage": "https://discord.js.org",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor-model": "^7.22.1",
|
||||
"@microsoft/tsdoc": "^0.14.1",
|
||||
"@vscode/codicons": "^0.0.31",
|
||||
"next": "^12.2.3",
|
||||
"react": "^18.2.0",
|
||||
@@ -89,5 +88,8 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.9.0"
|
||||
},
|
||||
"installConfig": {
|
||||
"hoistingLimits": "workspaces"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,6 @@ import {
|
||||
ApiTypeAlias,
|
||||
ApiVariable,
|
||||
} from '@microsoft/api-extractor-model';
|
||||
import '@microsoft/tsdoc/schemas/tsdoc.schema.json'; // Try to work around vercel issue
|
||||
import { DocClass } from './DocModel/DocClass';
|
||||
import { DocEnum } from './DocModel/DocEnum';
|
||||
import { DocFunction } from './DocModel/DocFunction';
|
||||
|
||||
Reference in New Issue
Block a user