2.1.1 • Published 1 year ago

@item-enonic-types/lib-xslt v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Item Enonic Types – XSLT Lib

npm version

Installation

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

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

Usage

To the types for the "/lib/xslt"-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/*"]
    }
  }
}