Skip to content

Commit eb36549

Browse files
committed
Move "jest" into the community template
1 parent f98e286 commit eb36549

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

template/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extends": "@react-native/typescript-config",
3+
"compilerOptions": {
4+
"types": ["jest"],
5+
},
36
"include": ["**/*.ts", "**/*.tsx"],
47
"exclude": ["**/node_modules", "**/Pods"]
58
}

0 commit comments

Comments
 (0)