@saserinn/react-native-battery-optimization-check
Version:
A fork from react-native-battery-optimization-check with the declarations for typescript applications
29 lines (28 loc) • 740 B
JSON
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"react-native-battery-optimization-check": ["./index"]
},
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": ["esnext"],
"module": "esnext",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noStrictGenericChecks": false,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "esnext",
"declaration": true
}
}