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

2.1.0 • Public • Published

Item Enonic Types – Thymeleaf Lib

npm version

Installation

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

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

Usage

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

/@item-enonic-types/lib-thymeleaf/

    Package Sidebar

    Install

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

    Weekly Downloads

    42

    Version

    2.1.0

    License

    MIT

    Unpacked Size

    1.67 kB

    Total Files

    3

    Last publish

    Collaborators

    • tajakobsen