DefinitelyTyped/types/react-toastify/tsconfig.json
Ian Copp 3c57d52a15 Add react-toastify (#25320)
* Add react-toastify

* Correct Typescript version reference
2018-04-26 15:39:12 -07:00

24 lines
495 B
JSON

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