Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚀 feat(build): distribute as TypeScript files and update CI/CD
- Remove build process and distribute source TS files directly - Update package.json to point to source files - Remove tsconfig.react.json - Update README with new usage instructions - Update devDependencies and peerDependencies - Update CI/CD workflow to reflect new build process - Bump version to 2.2.0 BREAKING CHANGE: The library is now distributed as TypeScript files instead of built JavaScript files. Users will need to ensure their projects can handle .ts and .tsx files.
- Loading branch information