DefinitelyTyped/types/bwip-js/tsconfig.json
Guillaume VanderEst fea56cdd61 bwip-js - Add Browser implementation of the BwipJs function (#37548)
* Add Browser implementation of the BwipJs function

* Use $ExpectType in unit test for types
2019-08-20 11:22:57 -07:00

25 lines
507 B
JSON

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