Files
DefinitelyTyped/types/redux-auth-wrapper/tsconfig.json
Karol Janyst 76241738dc Update redux-auth-wrapper to v2 (#18236)
* Update redux-auth-wrapper to version 2

* Fix linter errors

* Add redirectAction optiona to router decorator
2017-07-20 01:41:12 -07:00

27 lines
617 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
},
"files": [
"history3/redirect.d.ts",
"history4/redirect.d.ts",
"authWrapper.d.ts",
"connectedAuthWrapper.d.ts",
"index.d.ts",
"redux-auth-wrapper-tests.tsx"
]
}