mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [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
26 lines
549 B
JSON
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"
|
|
]
|
|
}
|