UNPKG

@alore/auth-react-native-sdk

Version:
39 lines (38 loc) 804 B
{ "compilerOptions": { "target": "esnext", "module": "es2022", "lib": [ "es2019", "es2020.bigint", "es2020.date", "es2020.number", "es2020.promise", "es2020.string", "es2020.symbol.wellknown", "es2021.promise", "es2021.string", "es2021.weakref", "es2022.array", "es2022.object", "es2022.string", "es2015", "dom" ], "allowJs": true, "jsx": "react-native", "noEmit": true, "isolatedModules": true, "strict": true, "moduleResolution": "node", "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true, "noErrorTruncation": true, "paths": { "@/*": ["./src/*"], "/*": ["./*"] } } }