react-native-skeleton-component
Version:
A skeleton component for react-native and react-native-web.
23 lines (22 loc) • 525 B
JSON
{
"compilerOptions": {
"allowJs": false,
"declaration": true,
"declarationMap": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"lib": ["ES6"],
"moduleResolution": "Node",
"noImplicitAny": false,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"target": "ES6",
"sourceMap": true,
"skipLibCheck": true,
"outDir": "./lib",
"jsx": "react-native"
}
}