DefinitelyTyped/types/react-breadcrumbs/tsconfig.json
2017-10-06 14:03:03 -07:00

33 lines
719 B
JSON

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