Skip to content

Commit c34987f

Browse files
huntiefacebook-github-bot
authored andcommitted
Remove redundant config value for @types/react-native (react#51119)
Summary: Pull Request resolved: react#51119 See https://www.typescriptlang.org/tsconfig/#types. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D74242632 fbshipit-source-id: d4b5cbb42340e40a7e6770e3a6c41964366fe71e
1 parent 9010e69 commit c34987f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/typescript-config/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"compilerOptions": {
55
"target": "esnext",
66
"module": "esnext",
7-
"types": ["react-native", "jest"],
7+
"types": ["jest"],
88
"lib": [
99
"es2019",
1010
"es2020.bigint",

0 commit comments

Comments
 (0)