VSCode is showing errors for jsconfig.json: "File '.../node_modules/dotenv/types' not found."
Appears to be looking for typescript definitions for dotenv, but I'm not using typescript or dotenv (other than in imported packages). And there is a node_modules/dotenv/types
folder.