diff --git a/packages/cluster/package.json b/packages/cluster/package.json index 685679a..1cd218c 100644 --- a/packages/cluster/package.json +++ b/packages/cluster/package.json @@ -9,6 +9,7 @@ "license": "MIT", "exports": { ".": { + "types": "./index.d.ts", "import": "./build.mjs", "require": "./build.js" }, diff --git a/packages/parse/package.json b/packages/parse/package.json index 125126f..ab56f1b 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -9,6 +9,7 @@ "license": "MIT", "exports": { ".": { + "types": "./index.d.ts", "import": "./build.mjs", "require": "./build.js" }, diff --git a/packages/polka/package.json b/packages/polka/package.json index 1f76f41..d5214e5 100644 --- a/packages/polka/package.json +++ b/packages/polka/package.json @@ -9,6 +9,7 @@ "license": "MIT", "exports": { ".": { + "types": "./index.d.ts", "import": "./build.mjs", "require": "./build.js" }, diff --git a/packages/redirect/package.json b/packages/redirect/package.json index 52e3025..8302c25 100644 --- a/packages/redirect/package.json +++ b/packages/redirect/package.json @@ -9,6 +9,7 @@ "license": "MIT", "exports": { ".": { + "types": "./index.d.ts", "import": "./build.mjs", "require": "./build.js" }, diff --git a/packages/send/package.json b/packages/send/package.json index 4101a59..e9c9826 100644 --- a/packages/send/package.json +++ b/packages/send/package.json @@ -9,6 +9,7 @@ "license": "MIT", "exports": { ".": { + "types": "./index.d.ts", "import": "./build.mjs", "require": "./build.js" }, diff --git a/packages/url/package.json b/packages/url/package.json index 5a2eeff..b86db68 100644 --- a/packages/url/package.json +++ b/packages/url/package.json @@ -9,6 +9,7 @@ "license": "MIT", "exports": { ".": { + "types": "./index.d.ts", "import": "./build.mjs", "require": "./build.js" },