-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathtsconfig.json
More file actions
36 lines (36 loc) · 1.31 KB
/
tsconfig.json
File metadata and controls
36 lines (36 loc) · 1.31 KB
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
{
"extends": "./node_modules/@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"jsx": "react",
"noImplicitAny": false
},
"exclude": [
"scripts",
"src/hooks/useHighContrastState.macos.ts",
"src/examples/CheckBoxExamplePage.tsx",
"src/examples/ConfigExamplePage.tsx",
"src/examples/DatePickerExamplePage.tsx",
"src/examples/DeviceInfoExamplePage.tsx",
"src/examples/ExpanderExamplePage.tsx",
"src/examples/FlyoutExamplePage.tsx",
"src/examples/LinearGradientExamplePage.tsx",
"src/examples/LottieAnimationsExamplePage.tsx",
"src/examples/NetworkExamplePage.tsx",
"src/examples/PermissionsExamplePage.tsx",
"src/examples/PickerExamplePage.tsx",
"src/examples/PopupExamplePage.tsx",
"src/examples/PrintExamplePage.tsx",
"src/examples/ProgressViewExamplePage.tsx",
"src/examples/SensitiveInfoExamplePage.tsx",
"src/examples/SketchExamplePage.tsx",
"src/examples/SliderExamplePage.tsx",
"src/examples/SvgExamplePage.tsx",
"src/examples/TTSExamplePage.tsx",
"src/examples/TemplateExamplePage.tsx",
"src/examples/TimePickerExamplePage.tsx",
"src/examples/TrackPlayerExamplePage.tsx",
"src/examples/WebViewExamplePage.tsx",
"src/examples/WindowsHelloExamplePage.tsx",
"src/examples/XamlExamplePage.tsx"
]
}