DefinitelyTyped/types/react-router/tsconfig.json

39 lines
1.3 KiB
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/examples-from-react-router-website/Ambiguous.tsx",
"test/examples-from-react-router-website/Animation.tsx",
"test/examples-from-react-router-website/Auth.tsx",
"test/examples-from-react-router-website/Basic.tsx",
"test/examples-from-react-router-website/CustomLink.tsx",
"test/examples-from-react-router-website/ModalGallery.tsx",
"test/examples-from-react-router-website/NoMatch.tsx",
"test/examples-from-react-router-website/Params.tsx",
"test/examples-from-react-router-website/PreventingTransitions.tsx",
"test/examples-from-react-router-website/Recursive.tsx",
"test/examples-from-react-router-website/RouteConfig.tsx",
"test/examples-from-react-router-website/Sidebar.tsx",
"test/examples-from-react-router-website/StaticRouter.tsx",
"test/Children.tsx",
"test/NavigateWithContext.tsx",
"test/MemoryRouter.tsx",
"test/Switch.tsx",
"test/WithRouter.tsx"
]
}