DefinitelyTyped/react-notification-system-redux/tsconfig.json
Karol Janyst 08c8f92a86 Add definitions for react-notification-system-redux (#13431)
* Add definitions for react-notification-system-redux

* Add semicolor, add missing compiler option
2016-12-28 11:10:10 -05:00

22 lines
479 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
},
"files": [
"index.d.ts",
"react-notification-system-redux-tests.tsx"
]
}