diff --git a/package.json b/package.json index c120ea82..0d6f0bdc 100644 --- a/package.json +++ b/package.json @@ -30,11 +30,12 @@ "license": "MIT", "author": "Filip Skokan ", "exports": { + "types": "./types/index.d.ts", "import": "./lib/index.mjs", "require": "./lib/index.js" }, - "main": "lib/index.js", - "types": "types/index.d.ts", + "main": "./lib/index.js", + "types": "./types/index.d.ts", "files": [ "lib", "types/index.d.ts"