DefinitelyTyped/types/react-qr-reader/tsconfig.json
David Kevork 25ea12a5d2 Added declaration of JodusNodus/react-qr-reader (#27665)
* Added declaration of JodusNodus/react-qr-reader

* lint fix

* Fix react-qr-reader issues

* Fix delay type and add event param for onImageLoad func
2018-07-31 11:48:12 -07:00

25 lines
539 B
JSON

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