DefinitelyTyped/types/react-native-input-spinner/tsconfig.json
mkrishnan-codes 74a8df8b7f
Added definitions for react-native-input-spinner (#43678)
* lint and config added

* input spinner typings added

* test file added

* updated with semi colons

* version fix

* version test fix
2020-04-06 13:47:40 -07:00

25 lines
532 B
JSON

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