mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
fix: make type-checking pass in Yarn PnP (#7521)
* fix: make type-checking pass in Yarn PnP * fix * fix? * fix... * almost there * try again * little fix * disable
This commit is contained in:
parent
f40dc31381
commit
8b1acb50d1
19 changed files with 56 additions and 16 deletions
|
@ -44,5 +44,13 @@
|
|||
"@types/micromatch": "^4.0.2",
|
||||
"@types/react-dom": "^18.0.5",
|
||||
"dedent": "^0.7.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@docusaurus/types": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@docusaurus/types": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue