fix: some type errors around fastify plugins (#9391)
This commit is contained in:
parent
462b917e46
commit
d7f8fd6d1a
13
.yarnrc.yml
13
.yarnrc.yml
|
@ -20,6 +20,19 @@ packageExtensions:
|
|||
koa-views@*:
|
||||
dependencies:
|
||||
pug: "*"
|
||||
# these are needed to extend fastify types
|
||||
"@fastify/accepts@*":
|
||||
peerDependencies:
|
||||
fastify: "*"
|
||||
"@fastify/cookie@*":
|
||||
peerDependencies:
|
||||
fastify: "*"
|
||||
"@fastify/static@*":
|
||||
peerDependencies:
|
||||
fastify: "*"
|
||||
"@fastify/view@*":
|
||||
peerDependencies:
|
||||
fastify: "*"
|
||||
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||
|
|
Loading…
Reference in New Issue