diff --git a/package.json b/package.json index be87651..19d022a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,10 @@ "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.", "type": "module", "sideEffects": false, - "exports": "./index.js", + "exports": { + ".": "./dist/index.js", + "./*": "./dist/*" + }, "files": [ "dist" ],