DefinitelyTyped/types/react-native-awesome-card-io/tsconfig.json
Onur Var 4723b78d0c [@types/react-native-awesome-card-io] Added types for react-native-awesome-card-io (#39276)
* Added types for react-native-awesome-card-io

*  Added missing style props

* [@types/react-native-awesome-card-io] Updated with Requested PR changes

* [@types/react-native-awesome-card-io] Updated with Requested PR changes
2019-10-22 15:09:47 -07:00

25 lines
541 B
JSON

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