diff --git a/template/tsconfig.json b/template/tsconfig.json index 266ba9c..c41b7e2 100644 --- a/template/tsconfig.json +++ b/template/tsconfig.json @@ -1,8 +1,5 @@ { "extends": "@react-native/typescript-config", - "compilerOptions": { - "types": ["jest"] - }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["**/node_modules", "**/Pods"] }