3.20.6-patch1 • Published 1 year ago

@item-enonic-types/lib-explorer v3.20.6-patch1

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

Item Enonic Types – Explorer Lib

npm version

Installation

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

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

Usage

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