mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
19 lines
524 B
Diff
19 lines
524 B
Diff
diff --git a/package.json b/package.json
|
|
index fc35658a40f9ba3e3513c459ba9f4f6e1b3f59f5..bc35eda66f270c95ba52e721cb6976fd61622c58 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -26,11 +26,13 @@
|
|
},
|
|
"exports": {
|
|
".": {
|
|
+ "types": "./dist/index.d.ts",
|
|
"node": "./dist/index.js",
|
|
"default": "./browser/index.js"
|
|
},
|
|
"./package.json": "./package.json",
|
|
"./util": {
|
|
+ "types": "./dist/util.d.ts",
|
|
"node": "./dist/util.js",
|
|
"default": "./browser/dist/util.js"
|
|
}
|