TypeScript watch and starting bot taking over a minute
Hello, I'm relatively new to NodeJS etc. I started a new project trying to learn more TypeScript with SapphireJS and I installed it with pnpm and am trying to use TypeScript, I am coming from discord.py where I've become used to not having to compile code and having my bot start in less than 10 seconds, which is already considered way too much. I don't know if this an issue with my incompetence or with my computer, but running
pnpm tsc --outDir dist/ -w src/*.ts
pnpm tsc --outDir dist/ -w src/*.ts
and updating once of my source files takes way too long to be able to debug it properly and starting the bot takes roughly over a minute. Is there anything I'm doing wrong or is that normal?