I am trying to use JsBarcode (JavaScript only features) in the TypeScript file. But, I am getting the following error,
I looked at possible solutions and I could not find a d.ts for JsBarcode.
Note:
URL of JsBarcode: https://github.com/lindell/JsBarcode
I have referenced the js files correctly in my HTML page,
<script src="Scripts/JsBarcode.all.min.js"></script>
<script src="Scripts/app.js"></script>
Any suggestion on how to include JsBarcode in my TypeScript file is appreciated.