diff --git a/package.json b/package.json index bfd385be..50339ced 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "author": "the UI5 community (https://github.com/ui5-community)", "type": "module", "exports": { + "types": "./esm/index.d.ts", "import": "./esm/index.js", "require": "./cjs/index.js" },