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

Hey, is discordjs is working with typescript? or do i need to compile the application first?
6 Replies
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
Syjalo
Syjalo3y ago
discord.js has types And you need to compile anyway to run the code
ShiNxz
ShiNxzOP3y ago
I see, how nodemon will work if i have to compile the code?
Syjalo
Syjalo3y ago
iirc nodemon uses ts-node to compile and run the code
ShiNxz
ShiNxzOP3y ago
oh i read about it now, why not just using ts-node to run the application instead of compiling it?
Syjalo
Syjalo3y ago
Not related to discord.js. Google tsc vs ts-node.

Did you find this page helpful?