diff --git a/expressions/package.json b/expressions/package.json index 2552d3b..65df7dc 100755 --- a/expressions/package.json +++ b/expressions/package.json @@ -9,10 +9,12 @@ }, "exports": { ".": { - "import": "./dist/index.js" + "import": "./dist/index.js", + "types": "./dist/index.d.ts" }, "./*": { - "import": "./dist/*.js" + "import": "./dist/*.js", + "types": "./dist/*.d.ts" } }, "typesVersions": { diff --git a/workflow-parser/package.json b/workflow-parser/package.json index a08ceb6..532d719 100644 --- a/workflow-parser/package.json +++ b/workflow-parser/package.json @@ -9,10 +9,12 @@ }, "exports": { ".": { - "import": "./dist/index.js" + "import": "./dist/index.js", + "types": "./dist/index.d.ts" }, "./*": { - "import": "./dist/*.js" + "import": "./dist/*.js", + "types": "./dist/*.d.ts" } }, "typesVersions": {