Argument of type 'Context' is not assignable to parameter of type 'LoaderContext
Hi, I am getting above error in various files when deploying on production after upgrading my ts-config from 4.00 to 5.00. I do not get it when building the docker image on my local machine. Any ideas how that discrepancy would happen?
Solution
Use LoaderContext where you currently use Context. Wherever the error shows up. For further support show the errors and the code. Also: