typescript 使用ajv时fastify lib中的错误

1tuwyuhd  于 2023-10-22  发布在  TypeScript
关注(0)|答案(1)|浏览(127)

当我构建我的typescript代码时,
node_modules/@fastify/ajv-compiler/types/index.d.ts(1,10):错误TS 2305:模块““ajv”"没有导出的成员“”AnySchema“”。
node_modules/@fastify/ajv-compiler/types/index.d.ts(6,12):错误TS 2709:不能将命名空间“_ajv”用作类型。
我不知道该怎么做来修复它
“fastify”:“^4.24.3”
“typescript”:“^5.2.2”

g6ll5ycj

g6ll5ycj1#

我只是删除了“node_modules”从“路径”在我的tslog.json.似乎它的工作…

相关问题