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

33 lines
800 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"jsx": "preserve",
"baseUrl": "../",
"typeRoots": [
"../"
],
"paths": {
"history": ["history/v3"],
"history/*": ["history/v3/*"],
"react-router": ["react-router/v3"],
"react-router/*": ["react-router/v3/*"]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"lib/IndexLinkContainer.d.ts",
"lib/LinkContainer.d.ts",
"react-router-bootstrap-tests.tsx"
]
}