react-keyshorts
Version:
A React hook for handling keyboard shortcuts.
17 lines (16 loc) • 362 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "ES6",
"jsx": "react",
"declaration": true,
"declarationDir": "./types",
"outDir": "./dist",
"rootDir": "./src",
"esModuleInterop": true,
"moduleResolution": "node",
"allowJs": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}