react-native-loading-spinner-overlay
Version:
The only pure React Native Native iOS and Android loading spinner (progress bar indicator) overlay
18 lines (17 loc) • 427 B
JSON
{
"include": ["src"],
"exclude": ["node_modules", "config.js"],
"compilerOptions": {
"lib": ["es5", "es6", "esnext.asynciterable"],
"types": ["react", "jest"],
"allowSyntheticDefaultImports": false,
"esModuleInterop": false,
"jsx": "react",
"moduleResolution": "node",
"strict": true,
"target": "esnext",
"resolveJsonModule": true,
"outDir": "./lib",
"declaration": true
}
}