anyone know if it's possible to speed up the launching of my typescript build step in vscode?

for some reason it takes like 3 seconds to launch, idk if it's recompiling unnecessarily or something before executing?

I've already got the typescript compiler in watch mode in the background compiling
Post image

Comments