diff --git a/jsconfig.json b/jsconfig.json index 2606673..5430d98 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -9,5 +9,10 @@ "target": "esnext", "module": "esnext", "moduleResolution": "nodenext", + }, + "typeAcquisition": { + "include": [ + "jest" + ] } } \ No newline at end of file