Property 'assign' does not exist on type 'ObjectConstructor'

 Bump into this error a day ago and the solution is to add this to tsconfig.ts


"lib": ["esnext", "dom"]



Comments

Popular posts from this blog

Windows SSH: Permissions for 'private-key' are too open

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20