Yo, same issue here! TS is being such a drama queen lately. đ©
One thing that worked for me was disabling `declarationMap` in tsconfig.json. It reduced the memory usage significantly. Also, if youâre using VSCode, make sure to close any unused filesâit helps with memory leaks.
Oh, and check out this tool called `ts-prune`âit helps find unused code, which might lighten the load on TS.
One thing that worked for me was disabling `declarationMap` in tsconfig.json. It reduced the memory usage significantly. Also, if youâre using VSCode, make sure to close any unused filesâit helps with memory leaks.
Oh, and check out this tool called `ts-prune`âit helps find unused code, which might lighten the load on TS.
