react-window-size-listener
Version:
Minimalistic React hook for listening to window resize events with built-in debouncing.
19 lines (18 loc) • 450 B
JSON
{
"compilerOptions": {
"target": "ES2018",
"module": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"declaration": true,
"declarationDir": "dist",
"sourceMap": true,
"strict": true,
"noImplicitAny": true,
"esModuleInterop": true,
"moduleResolution": "node",
"jsx": "react",
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx"]
}