DefinitelyTyped/types/react-timeout/tsconfig.json
Kerwyn d113bbc18a Added type definitions for react-timeout (#24916)
* Added type definitions for react-timeout

* Fixed export

* Removed rules from tslint.json

* Added types

* Indented

* Fixed types
2018-04-11 16:15:58 -07:00

24 lines
479 B
JSON

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