DefinitelyTyped/qrcode.react/tsconfig.json
mleko a871ef4a10 Add qrcode.react definition (#14833)
* Add qrcode.react definition

* Remove patch version

* Update to comply with contribution rules
2017-03-10 15:01:02 -08:00

25 lines
500 B
JSON

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