to-querystring
Version:
Simple function that convert js object and array to a queryString
13 lines • 355 B
JSON
{
"compilerOptions": {
// Ensure that .d.ts files are created by tsc, but not .js files
"declaration": true,
"emitDeclarationOnly": true,
// Ensure that Babel can safely transpile files in the TypeScript project
"isolatedModules": true,
"outDir": "lib"
},
"files": [
"src/index.ts"
]
}