mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"jsx": "react",
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"paths": {
|
|
"history": ["history/v3"],
|
|
"history/*": ["history/v3/*"]
|
|
},
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"lib/applyRouterMiddleware.d.ts",
|
|
"lib/browserHistory.d.ts",
|
|
"lib/createMemoryHistory.d.ts",
|
|
"lib/hashHistory.d.ts",
|
|
"lib/IndexLink.d.ts",
|
|
"lib/IndexRedirect.d.ts",
|
|
"lib/IndexRoute.d.ts",
|
|
"lib/Link.d.ts",
|
|
"lib/match.d.ts",
|
|
"lib/PatternUtils.d.ts",
|
|
"lib/PropTypes.d.ts",
|
|
"lib/Redirect.d.ts",
|
|
"lib/Route.d.ts",
|
|
"lib/Router.d.ts",
|
|
"lib/RouterContext.d.ts",
|
|
"lib/RouteUtils.d.ts",
|
|
"lib/useRouterHistory.d.ts",
|
|
"lib/withRouter.d.ts",
|
|
"react-router-tests.tsx"
|
|
]
|
|
}
|