npm.io
2.0.0 • Published 3 years ago

@item-enonic-types/lib-notifications

Licence
MIT
Version
2.0.0
Deps
1
Size
3 kB
Vulns
0
Weekly
0
Stars
9
DeprecatedThis package is deprecated

Item Enonic Types – Notifications Lib

npm version

Installation

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

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

Usage

To the types for the "/lib/notifications"-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