mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-20 05:23:31 +01:00
fix: export "ESM" types when discord.js is imported in ESM land (#10009)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -202,7 +202,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": ["typings/*.ts"],
|
||||
"files": ["typings/*.ts", "scripts/*.mjs"],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"plugins": ["@typescript-eslint"],
|
||||
"rules": {
|
||||
|
||||
Reference in New Issue
Block a user