@ajoelp/json-to-formdata
Version:
Convert json data to a FormData object
37 lines (36 loc) • 765 B
JSON
{
"compilerOptions": {
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"noImplicitAny": false,
"removeComments": true,
"preserveConstEnums": true,
"declaration": true,
"allowJs": false,
"sourceMap": true,
"downlevelIteration": true,
"noUnusedLocals": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedParameters": false,
"pretty": true,
"noFallthroughCasesInSwitch": true,
"allowUnreachableCode": false,
"experimentalDecorators": true,
"skipLibCheck": true,
"target": "es5",
"module": "es6",
"moduleResolution": "node",
"esModuleInterop": true
},
"include": [
"src"
],
"exclude": [
"node_modules"
]
}