DefinitelyTyped/types/react-native-honeywell-scanner/tsconfig.json
Adam Walker 02903fa513 Add typings for react-native-honeywell-scanner (#35797)
* Add typings for react-native-honeywell-scanner

* fixup! fix export error
2019-05-28 15:51:38 -07:00

24 lines
511 B
JSON

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