Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 507 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 507 Bytes

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