DefinitelyTyped/types/react-native-calendars/tsconfig.json
Tyler Zhang 56325613ee Add react-native-calendars typings (#27654)
* initial type definitions

* space out comments more

* match pros to be closer to documented proptypes

* indent tetss using 4 spaces

* fix specs
2018-07-30 12:15:15 -07:00

25 lines
528 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"strictFunctionTypes": true
},
"files": [
"index.d.ts",
"react-native-calendars-tests.tsx"
]
}