Hey folks, just opened my project this morning and all of a sudden it's full of errors for anything on process, e.g.
Property 'exit' does not exist on type '{ argv: never[]; env: {}; }'.
22 if (!go) process.exit()
Property 'CI' does not exist on type '{}'.
12 forbidOnly: Boolean(process.env.CI),
~~
I'm not so much looking for a fix for those errors so much as an understanding of why this just started happening all of a sudden one day? I have not done any npm installs, changed no versions, simply opened up my project and both in VSC and tsc there are now errors around process. wat.