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

5.5.0 • Public • Published

Item Enonic Types – Guillotine Lib

npm version

Installation

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

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

Usage

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

Weekly Downloads

38

Version

5.5.0

License

MIT

Unpacked Size

6.61 kB

Total Files

4

Last publish

Collaborators

  • tajakobsen