diff --git a/package.json b/package.json index 415bbf0..61989f8 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "./build/cjs/index.js", "module": "./build/es/index.js", "exports": { + "types": "./types/index.d.ts", "import": "./build/es/index.js", "require": "./build/cjs/index.js" },