Add to your jsconfig.json:
{
"typeAcquisition": {
"include": [
"jest"
]
}
}
If this do not work try with this command:
npm install @types/jest
or
yarn add -D @types/jest
Add to your jsconfig.json:
{
"typeAcquisition": {
"include": [
"jest"
]
}
}
If this do not work try with this command:
npm install @types/jest
or
yarn add -D @types/jest