react-native-mmkv-storage
Version:
This library aims to provide a fast & reliable solution for you data storage needs in react-native apps. It uses [MMKV](https://github.com/Tencent/MMKV) by Tencent under the hood on Android and iOS both that is used by their WeChat app(more than 1 Billion
27 lines (26 loc) • 660 B
JSON
{
"include": ["index.ts"],
"compilerOptions": {
"baseUrl": "./",
"jsx": "react-native",
"module": "CommonJS",
"moduleResolution": "node",
"lib": ["es2017", "DOM"],
"target": "ES2015",
"declaration": true,
"declarationMap": true,
"outDir": "dist",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"pretty": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": false,
"allowJs": true
}
}