ForkTsCheckerWebpackPlugin for every function!?!

We are having an issue with our serverless-webpack application. We have 35 functions and we have noticed that when using the ForkTsCheckerWebpackPlugin, we end up with a node process for everyone one at build time. Because of all of the child processes, we are experiencing intense slowdowns and even crashes on our machines when building. We can build and deploy a single function in under 2 minutes and deploying the entire application can be done in under 30 minutes but all of the child type checking threads are causing issues as we try to move into a build pipeline. Has anyone found a way around all of the ForkTsCheckerWebpackPlugin processes? Or perhaps found an alternative?