@item-enonic-types/lib-cron
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

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

Weekly Downloads

82

Version

1.1.1

License

MIT

Unpacked Size

3.82 kB

Total Files

3

Last publish

Collaborators

  • tajakobsen