You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This action automatically uses CDN-hosted typescript for version in your lock file.
It downloads only minified script of ts and always use bundled typescript version for lib.***.d.ts files.
It is the limitation of current design.
When upgrading to [email protected] I get the following error:
File '/home/runner/work/_actions/andoshin11/typescript-error-reporter-action/v1.0.2/dist/lib.webworker.d.ts' not found.
There were no other changes than upgrading typescript from 4.1.5 to 4.2.2
This is in a vanilla create-react-app using the latest react-scripts 4.0.3
The text was updated successfully, but these errors were encountered: