Added scanning barcodes with a camera
This commit is contained in:
20
quagga2/quagga2-1.12.1/test/tsconfig.json
Normal file
20
quagga2/quagga2-1.12.1/test/tsconfig.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"extends": "../tsconfig",
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"target": "ES2015",
|
||||
"module": "commonjs",
|
||||
"lib": [ "es2015", "esnext", "dom" ],
|
||||
"types": [ "mocha", "chai", "sinon", "sinon-chai", "es6-promise" ],
|
||||
"strictNullChecks": false,
|
||||
"typeRoots": [
|
||||
"../node_modules/@types",
|
||||
"../type-definitions"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
".",
|
||||
"../src"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user