DefinitelyTyped/types/react-redux-epic/tsconfig.json
Muhammad Fawwaz Orabi 317dfc327a Add type definitions for react-redux-epic (#23823)
* Add type definitions for react-redux-epic

* Require TS 2.6

* Add package.json

* Trigger CI

* Address feedback

* Add tests

* Remove unnecessary type paramerters

* Fix lint issues

* Re-add generics
2018-02-26 11:41:38 -08:00

18 lines
471 B
JSON

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