1.1.4 • Published 9 months ago
@item-enonic-types/lib-cron v1.1.4
Item Enonic Types – Cron Lib
Installation
Install @item-enonic-types/lib-cron from npm by running:
npm i --save-dev @item-enonic-types/lib-cronUsage
To the types for the "/lib/cron"-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/*"]
}
}
}