UNPKG

react-native-alert-notification

Version:
28 lines (27 loc) 716 B
{ "compilerOptions": { "baseUrl": "./", "paths": { "react-native-alert-notification": ["./src/index"] }, "allowUnreachableCode": false, "allowUnusedLabels": false, "esModuleInterop": true, "importsNotUsedAsValues": "preserve", "forceConsistentCasingInFileNames": true, "jsx": "react", "lib": ["esnext"], "module": "esnext", "moduleResolution": "node", "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noImplicitUseStrict": false, "noStrictGenericChecks": false, "noUnusedLocals": true, "noUnusedParameters": true, "resolveJsonModule": true, "skipLibCheck": true, "strict": true, "target": "esnext", } }