File tree Expand file tree Collapse file tree 2 files changed +30
-5
lines changed Expand file tree Collapse file tree 2 files changed +30
-5
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "compilerOptions" : {
3
+ "baseUrl" : " ." ,
4
+ "allowUnreachableCode" : false ,
5
+ "allowUnusedLabels" : false ,
6
+ "esModuleInterop" : true ,
7
+ "forceConsistentCasingInFileNames" : true ,
8
+ "jsx" : " react" ,
9
+ "lib" : [" esnext" ],
10
+ "module" : " esnext" ,
11
+ "moduleResolution" : " node" ,
12
+ "noFallthroughCasesInSwitch" : true ,
13
+ "noImplicitReturns" : true ,
14
+ "noImplicitUseStrict" : false ,
15
+ "noStrictGenericChecks" : false ,
16
+ "noUnusedLocals" : true ,
17
+ "noUnusedParameters" : true ,
18
+ "resolveJsonModule" : true ,
19
+ "skipLibCheck" : true ,
20
+ "strict" : true ,
21
+ "target" : " esnext" ,
22
+ "paths" : {
23
+ "reanimated-bottom-sheet" : [" ../src/index" ]
24
+ }
25
+ },
26
+ "include" : [" src" ]
27
+ }
Original file line number Diff line number Diff line change 18
18
"resolveJsonModule" : true ,
19
19
"skipLibCheck" : true ,
20
20
"strict" : true ,
21
- "target" : " esnext" ,
22
- "paths" : {
23
- "reanimated-bottom-sheet" : [" ./src/index" ]
24
- }
25
- }
21
+ "target" : " esnext"
22
+ },
23
+ "include" : [" src" ]
26
24
}
You can’t perform that action at this time.
0 commit comments