Skip to content

Commit 27fc6ba

Browse files
authored
Update tsconfig.json to remove jest types
Removed jest types from compiler options as it already added https://github.com/react/react-native/blob/1127e54d539a0bc998ecc43104c7573190a87de1/packages/typescript-config/tsconfig.json#L7
1 parent 816967c commit 27fc6ba

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

template/tsconfig.json

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

0 commit comments

Comments
 (0)