UNPKG
flipper-plugin-react-native-mmkv-storage
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
Developer tools for React Native MMKV Storage
pnthach95/flipper-plugin-react-native-mmkv-storage
flipper-plugin-react-native-mmkv-storage
/
tsconfig.json
13 lines
•
264 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES2017"
,
"module"
:
"ES6"
,
"jsx"
:
"react"
,
"sourceMap"
:
true
,
"noEmit"
:
true
,
"strict"
:
true
,
"moduleResolution"
:
"node"
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
}
}