-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
37 lines (28 loc) · 865 Bytes
/
.flowconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[declarations]
[ignore]
[include]
[untyped]
.*/node_modules/react-native/Libraries/Lists/
.*/node_modules/react-native/Libraries/StyleSheet/
.*/node_modules/react-native/Libraries/LayoutAnimation/
.*/node_modules/react-native/Libraries/Image/
.*/node_modules/react-native/Libraries/Text/
.*/node_modules/react-native/Libraries/Interaction/
.*/node_modules/react-native/Libraries/Experimental/
.*/node_modules/react-native/Libraries/Components/
.*/node_modules/react-native/Libraries/Animated/
[libs]
./libdefs.js
[lints]
[options]
module.name_mapper='^@\/\(.*\)$' -> '<PROJECT_ROOT>/src/\1'
suppress_type=$FlowFixMe
suppress_type=$FlowFixMeProps
suppress_type=$FlowFixMeState
esproposal.optional_chaining=enable
module.system.node.resolve_dirname=node_modules
module.file_ext=.ios.js
module.file_ext=.js
module.file_ext=.jsx
module.file_ext=.json
[strict]