diff --git a/package.json b/package.json index 6d81b43..6dcd20a 100644 --- a/package.json +++ b/package.json @@ -80,10 +80,10 @@ } } }, - "types": "./lib/index.d.mts", "main": "./lib/index.cjs", "module": "./dist/index.mjs", "react-native": "./dist/native.mjs", + "types": "./lib/index.d.mts", "files": [ "dist", "lib",