npm.io
1.1.4 • Published 1 year ago

@item-enonic-types/lib-cron

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

Item Enonic Types – Cron Lib

npm version

Installation

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

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

Usage

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/*"]
    }
  }
}

Keywords