项目VSCode容易报错

image
项目VSCode容易报错,总是提醒引擎tsconfig.json配制有错:
[{
“resource”: “/C:/ProgramData/cocos/editors/Creator/3.8.2/resources/resources/3d/engine/tsconfig.json”,
“owner”: “typescript”,
“severity”: 8,
“message”: “Cannot find type definition file for ‘./node_modules/@types/jest/index’.\n The file is in the program because:\n Entry point of type library ‘./node_modules/@types/jest/index’ specified in compilerOptions”,
“source”: “ts”,
“startLineNumber”: 1,
“startColumn”: 1,
“endLineNumber”: 1,
“endColumn”: 2
}]

能不能运行 能运行应该就没有问题。我的这里也是有很多问题
image