npm.io
3.0.1 • Published 5h ago

@item-enonic-types/lib-qrcode

Licence
MIT
Version
3.0.1
Deps
1
Size
2 kB
Vulns
0
Weekly
0
Stars
9

Item Enonic Types – QRCode Lib

npm version

Installation

Install @item-enonic-types/lib-qrcode from npm by running:

npm i --save-dev @item-enonic-types/lib-qrcode

Usage

To the types for the "/lib/qrcode"-module, you need to include the following in your tsconfig.json :

{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "/lib/xp/*": ["./node_modules/@enonic-types/lib-*"],
      "/lib/*": ["./node_modules/@item-enonic-types/lib-*" ,"./src/main/resources/lib/*"]
    }
  }
}

Keywords