Add to your jsconfig.json: { "typeAcquisition": { "include": [ "jest" ] } } If this do not work try with this command: npm install @types/jest ...
確定! 回上一頁