Files
DefinitelyTyped/react-router-redux/tsconfig.json
Karol Janyst 80c92082f3 Add interface for router state (#13432)
* Add interface for router state

* Add required compiler option
2016-12-27 19:32:08 -05:00

21 lines
442 B
JSON

{
"files": [
"index.d.ts",
"react-router-redux-tests.ts"
],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
}