@react-native-oh-tpl/react-native-smartrefreshlayout
Version:
基于android SmartRefreshLayout的封装
17 lines • 483 B
JSON
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"jsx": "react-native",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"baseUrl": "./src",
"paths": {
"react-native-SmartRefreshLayout": ["./src/index"]
}
},
"exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js","Example","harmony"]
}