TypeScript types for Enonic XP lib lib-http-client
npm install @item-enonic-types/lib-http-client
Install @item-enonic-types/lib-http-client from npm by running:
``bash`
npm i --save-dev @item-enonic-types/lib-http-client
To the types for the "/lib/http-client"-module, you need to include the following in your tsconfig.json :
`json``
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"/lib/xp/": ["./node_modules/@enonic-types/lib-"],
"/lib/": ["./node_modules/@item-enonic-types/lib-" ,"./src/main/resources/lib/*"]
}
}
}