mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix: update module to NodeNext in tsconfig.json (#9875)
an error was occurring due to the module resolution :3
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"compilerOptions": {
|
||||
"declaration": false,
|
||||
"declarationMap": false,
|
||||
"module": "ESNext",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"target": "ESNext",
|
||||
"outDir": "dist",
|
||||
|
||||
Reference in New Issue
Block a user