#Hey, is discordjs is working with typescript? or do i need to compile the application first?

8 messages · Page 1 of 1 (latest)

turbid iron
#

Hey, is discordjs is working with typescript? or do i need to compile the application first?

frail heath
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

weary elm
#

discord.js has types

#

And you need to compile anyway to run the code

turbid iron
#

I see, how nodemon will work if i have to compile the code?

weary elm
#

iirc nodemon uses ts-node to compile and run the code

turbid iron
weary elm
#

Not related to discord.js. Google tsc vs ts-node.