DefinitelyTyped/types/react-notify-toast/tsconfig.json
Klaas Cuvelier 98b8fc3a97 Add type definitions for react-notify-toast (#27052)
* Add type definitions for react-notify-toast

* use 4 spaces

* add comments

* Fix issues
2018-07-05 10:09:15 -07:00

26 lines
543 B
JSON

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