diff --git a/packages/di/package.json b/packages/di/package.json index 45424f3..cb73f6c 100644 --- a/packages/di/package.json +++ b/packages/di/package.json @@ -6,6 +6,8 @@ "license": "MIT", "author": "Wroud", "sideEffects": [], + "module": "./dist/index.js", + "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./*": "./dist/*",