File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 "strict" : true ,
55 "allowSyntheticDefaultImports" : true ,
6- "esModuleInterop" : true
6+ "esModuleInterop" : true ,
7+ "paths" : {
8+ "react" : [" ./node_modules/@types/react" ]
9+ }
710 }
811}
Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 "strict" : true ,
55 "allowSyntheticDefaultImports" : true ,
6- "esModuleInterop" : true
6+ "esModuleInterop" : true ,
7+ "paths" : {
8+ "react" : [" ./node_modules/@types/react" ]
9+ }
710 }
811}
Original file line number Diff line number Diff line change 2727 "clean" : " rm yarn.lock && rm -rf ./node_modules && yarn install" ,
2828 "lint" : " eslint --ext .ts,.tsx ." ,
2929 "lint:fix" : " eslint --ext .ts,.tsx . --fix" ,
30+ "ts" : " tsc --noEmit" ,
3031 "prepare" : " yarn build"
3132 },
3233 "homepage" : " https://github.com/troberts-28/react-native-timer-picker" ,
You can’t perform that action at this time.
0 commit comments