UNPKG

@appzung/react-native-code-push

Version:

React Native plugin for the CodePush service

32 lines (31 loc) 834 B
{ "exclude": ["test"], "compilerOptions": { "rootDir": ".", "paths": { "@appzung/react-native-code-push": ["./src/index"] }, "allowUnreachableCode": false, "allowUnusedLabels": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "jsx": "react-jsx", "lib": ["ESNext"], "module": "ESNext", "moduleResolution": "Bundler", "noEmit": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noImplicitUseStrict": false, "noStrictGenericChecks": false, "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "noUnusedParameters": true, "resolveJsonModule": true, "resolvePackageJsonImports": false, "skipLibCheck": true, "strict": true, "target": "ESNext", "verbatimModuleSyntax": true } }