DefinitelyTyped/react-router-bootstrap/tsconfig.json
2017-02-13 14:49:17 +09:00

31 lines
698 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/*"]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"lib/IndexLinkContainer.d.ts",
"lib/LinkContainer.d.ts",
"react-router-bootstrap-tests.tsx"
]
}