Property 'glob' does not exist on type 'ImportMeta'.ts – Laravel
Context I am new to Vite and with very little experience in Laravel, I am trying to use Vite with Laravel for asset bundling. I'm following instructions from Laravel official documentation : https://laravel.com/docs/9.x/vite#blade-processing-static-assets Since I'm using TypeScript, So my entry…