diff --git a/packages/types/package.json b/packages/types/package.json index 341b98fe0d..50cf050283 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -5,8 +5,8 @@ "main": "./dist/index.cjs", "exports": { ".": { - "types": "./src/index.ts", - "import": "./src/index.ts", + "types": "./dist/index.d.ts", + "import": "./dist/index.js", "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs"