TypeScript types for Enonic XP
npm install @item-enonic-types/lib-text-encoding
Install @item-enonic-types/lib-text-encoding from npm by running:
``bash`
npm i --save-dev @item-enonic-types/lib-text-encoding
To the types for the "/lib/text-encoding"-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/*"]
}
}
}