From 54ab260945520425fbe399e4da0e08c530617e94 Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Tue, 2 May 2023 17:16:29 +0200 Subject: [PATCH] Add type acquisition include for jest --- jsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) 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