From eb365497e6082b1722f29f8b554d4f3b21c11dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Fri, 19 Sep 2025 12:08:54 +0200 Subject: [PATCH] Move "jest" into the community template --- template/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/tsconfig.json b/template/tsconfig.json index c41b7e2..8a28ab3 100644 --- a/template/tsconfig.json +++ b/template/tsconfig.json @@ -1,5 +1,8 @@ { "extends": "@react-native/typescript-config", + "compilerOptions": { + "types": ["jest"], + }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["**/node_modules", "**/Pods"] }