Files
DefinitelyTyped/types/react-router/tsconfig.json
2017-03-24 14:27:52 -07:00

31 lines
668 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/NoMatch.tsx",
"test/Params.tsx",
"test/PreventingTransitions.tsx",
"test/Recursive.tsx",
"test/RouteConfig.tsx",
"test/Sidebar.tsx"
]
}