DefinitelyTyped/types/react-hook-mousetrap/tsconfig.json
Barry Michael Doyle ba94ba69b1 Added react-fade-in Type Definitions (#41182)
* added react-fade-in type definitions

* added version in

* added type definitions for react-hook-mousetrap

* resolved prefer-declare-function error
2019-12-27 09:09:48 -06:00

26 lines
545 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"jsx": "react",
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"react-hook-mousetrap-tests.tsx"
]
}