2.0.0 • Published 3 years ago
@item-enonic-types/lib-notifications v2.0.0
Item Enonic Types – Notifications Lib
Installation
Install @item-enonic-types/lib-notifications from npm by running:
npm i --save-dev @item-enonic-types/lib-notificationsUsage
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/*"]
}
}
}2.0.0
3 years ago