UNPKG

react-native-razorpay-api

Version:
42 lines 933 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "jsx": "react-native", "lib": [ "dom", "es2015", "es2016", "ES2017", "ES2018" ], "declaration": true, "sourceMap": false, "outDir": "./types", "allowJs": true, "checkJs": true, "removeComments": true, "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictPropertyInitialization": true, "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "esModuleInterop": true, "allowSyntheticDefaultImports": false, "skipLibCheck": false, "alwaysStrict": true }, "exclude": [ "node_modules" ], "include": [ "lib/**/*.tsx", "lib/**/*.ts", "index.ts" ] }