@kycaid/react-native-sdk
Version:
KYCAID React Native SDK
21 lines (20 loc) • 478 B
JSON
{
"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/**/*"]
}