UNPKG
react-native-formdata-helper
Version:
latest (1.0.1)
1.0.1
1.0.0
A simple, reusable helper library for handling FormData requests in React Native.
react-native-formdata-helper
/
tsconfig.json
13 lines
(12 loc)
•
269 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES2017"
,
"module"
:
"commonjs"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"outDir"
:
"dist"
}
,
"include"
:
[
"src"
,
"index.ts"
]
}