DefinitelyTyped/types/react-big-calendar/tsconfig.json
Daniel Rosenwasser 4875cc1ad5
Merge pull request #23585 from pikpok/react-big-calendar-update
react-big-calendar: update typings
2018-02-15 20:13:24 -08:00

25 lines
542 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-big-calendar-tests.tsx"
]
}