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•2y ago
Message Not Public
Sign In & Join Server To View
discord.js has types
And you need to compile anyway to run the code
I see, how nodemon will work if i have to compile the code?
iirc nodemon uses ts-node to compile and run the code
oh i read about it now, why not just using ts-node to run the application instead of compiling it?
Not related to discord.js. Google tsc vs ts-node.