Misconfigured tsconfig exclude settings can result in the compiler having to parse and hold in memory many more files than is required. For big projects this can have a major effect on DX.
The TS Team suggest the following tsconfig for excluding node_modules and dot files properly: