Jsconfig.json somehow helps VSCode intellisense to catch puppeteer API (i.e. page.)
In example tests, intellisense works for page object classes (i.e. homepage.) when these are declared and initialized in the same line (i.e. let homepage = new HomePage();)