DefinitelyTyped/types/react-calendar-timeline/tsconfig.json
Andrey Los a618db32ef [react-calendar-timeline] Updated types to version 0.24.6 (#38446)
* [react-calendar-timeline] Updated types to version 0.24.6
- Added absent types
- More test cases
- removed old non existent now props

* - few changes after review

* - few changes after review

* - test fix

* - fixes to header

* - fixes to labelFormat typings

* - fixes to labelFormat typings

* - fixes to typings
2019-09-27 09:26:20 -07:00

26 lines
549 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-calendar-timeline-tests.tsx"
]
}