Which tsconfig.json option can be used to speed up TypeScript compilation by limiting the number of CPU cores used?
"maxCpuUsage"
"compileThreads"
"disableThreading"
TypeScript does not have a direct CPU-limiting option.
This question is part of this quiz :
TypeScript Configuration and Performance