react-debounce-hook
Version:
A react hook for using a debouncing an input with state variables In react.
20 lines • 342 B
JSON
{
"compilerOptions": {
"outDir": "./dist",
"sourceMap": true,
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"module": "commonjs",
"target": "es6",
"jsx": "react",
"declaration": true
},
"include": [
"./src/**.ts"
],
"exclude": [
"./node_modules",
"./dist"
]
}