UNPKG

@kycaid/react-native-sdk

Version:
21 lines (20 loc) 478 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "baseUrl": "./", "declaration": true, "esModuleInterop": true, "jsx": "react-native", "lib": ["dom", "ES2018"], "moduleResolution": "node", "outDir": "./lib", "resolveJsonModule": true, "skipLibCheck": true, "strict": true, "paths": { "@kycaid/react-native-sdk": ["src/index"] }, "target": "esnext", }, "include": ["./src/**/*", "./example/**/*"] }