Skip to content

Commit e319a2f

Browse files
authored
Move "jest" into the community template (#177)
1 parent f98e286 commit e319a2f

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)