DefinitelyTyped/types/react-router/tsconfig.json
Michael Strobel 4a2542e4af react-router MemoryRouter.initialEntries
* Use History.LocationDescriptor[]
* Add example
2017-03-29 08:07:50 +08:00

33 lines
733 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/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"
]
}