DefinitelyTyped/types/react-breadcrumbs/tsconfig.json
Guo Yunhe e588e51692 react-breadcrumbs: update to version 2.1 (#29535)
* react-breadcrumbs: update to version 2.1

* react-breadcrumbs: remove previous author

Previous author asked to remove his name because he doesn't use the type and cannot review future changes
2018-10-15 10:07:48 -07:00

26 lines
543 B
JSON

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