DefinitelyTyped/types/react-date-range/tsconfig.json
Junbong Lee 709070b1fb Add new type definition for react-date-range. (#22638)
* Add new type definition for react-date-range.

* Fix CI build fails.

* Fix type of properties of Range interface.
2018-01-04 09:26:45 -08:00

25 lines
540 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-date-range-tests.tsx"
]
}