diff --git a/package.json b/package.json index 508008c..bf9e49e 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,10 @@ "dist" ], "main": "./dist/index.cjs", - "types": "./dist/index.d.ts", + "types": "./dist/index.d.cts", "exports": { ".": { - "types": "./dist/index.d.ts", + "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "./package.json": "./package.json"