vite打包ts编译报错TS2688: Cannot find type definition file for ''该怎么排除解决?-灵析社区

文文问问

目前通过注释/删除的方法大致确定: 是由于types/index.d.ts缺失导致的 推测是因为tsconfig.json里指定了typeRoots,会读目录下的index.d.ts "typeRoots": [ "node_modules/@types", "types" ],

阅读量:1

点赞量:0

问AI