I made a fork of actions/typescript-action to make some valuable updates!
It updates the following:
* Changes project's package manager from npm to **pnpm**, for speed. * Changes project's testing framework from jest to **vitest** for jest-like syntax with built-in typescript support. * Updates eslint.config.ts to use native **flat config** syntax, with detailed comments. * Updated project dependencies. * Updates configuration files like tsconfig.ts and action workflows to match updated dependencies. * Renamed `local-action` script to `local-gha` (gha for github action) to avoid conflict with dependency name.