mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [react-router] add RouteComponentProps.staticContext * [react-router] revert RouteConfig test file * [react-router] Add example for StaticRouter and staticContext
37 lines
837 B
JSON
37 lines
837 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"module": "commonjs",
|
|
"lib": ["es6", "dom"],
|
|
"jsx": "react",
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"test/Ambiguous.tsx",
|
|
"test/Animation.tsx",
|
|
"test/Auth.tsx",
|
|
"test/Basic.tsx",
|
|
"test/Children.tsx",
|
|
"test/CustomLink.tsx",
|
|
"test/ModalGallery.tsx",
|
|
"test/NavigateWithContext.tsx",
|
|
"test/MemoryRouter.tsx",
|
|
"test/NoMatch.tsx",
|
|
"test/Params.tsx",
|
|
"test/PreventingTransitions.tsx",
|
|
"test/Recursive.tsx",
|
|
"test/RouteConfig.tsx",
|
|
"test/Sidebar.tsx",
|
|
"test/StaticRouter.tsx",
|
|
"test/Switch.tsx",
|
|
"test/WithRouter.tsx"
|
|
]
|
|
}
|