DefinitelyTyped/types/react-notifications-component/tsconfig.json
Sarhad Salam 61d868948f
Added definitons for react-notifications-component (#44689)
* Added type definitons for react-notifications-component, respective test and config files

* Changed source repository for react-notifications-component
2020-05-19 13:58:55 -07:00

26 lines
554 B
JSON

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