jwanner83 / liferay-types

Typings for the global Liferay object

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typings for Liferay

Package which provides typing support for the global available Liferay JavaScript object. It isn't actually published to a public repository yet, but we use it in a similar version at our own company through a private nexus.

Usage

  1. Install the package as a devDependency
yarn add -D @liferay/types
  1. Add it to the include array in your tsconfig.json
{
  "include": [
    "node_modules/@parl/types/index.d.ts"
  ]
}
  1. Profit

img.png

About

Typings for the global Liferay object

License:MIT License