DefinitelyTyped/types/redux-auth-wrapper/tsconfig.json

31 lines
755 B
JSON

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