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
Enhance TypeScript configuration for react-on-rails packages
- Added declaration and declarationMap options in tsconfig.json for better type definitions.
- Updated build scripts in package.json files to remove unnecessary --declaration flag.
- Adjusted file patterns in package.json to include both .js and .d.ts files.
- Introduced a new tsconfig.json for the react-on-rails package to manage its own build settings.
These changes improve type declaration handling and streamline the build process across packages.
0 commit comments