Closed kagol closed 1 month ago
The pull request includes updates to the @opentiny/fluent-editor
package, specifically in three files: package.json
, tsconfig.json
, and vite.config.ts
. The package.json
file now has a "types"
entry for TypeScript definitions and a new development dependency on vite-plugin-dts
. The tsconfig.json
file has been modified to include all files in the src
directory for TypeScript compilation. Lastly, the vite.config.ts
file has been updated to include the vite-plugin-dts
plugin for generating TypeScript declaration files.
File Path | Change Summary |
---|---|
packages/fluent-editor/package.json | - Added "types": "types/index.d.ts" - Added "vite-plugin-dts": "^4.3.0" under devDependencies |
packages/fluent-editor/tsconfig.json | - Added "include": ["src/*", "src/**/*"] |
packages/fluent-editor/vite.config.ts | - Added dts plugin from vite-plugin-dts to enable TypeScript declaration file generation |
package.json
file for the @opentiny/fluent-editor
package, specifically related to dependencies, which aligns with the updates made in the main PR regarding the addition of TypeScript type definitions and the new development dependency.🐇 In the garden of code, we hop and we play,
With types and plugins, we brighten the way.
A sprinkle of dts, a dash of delight,
Our fluent editor shines ever so bright!
Hooray for the changes, let’s celebrate cheer,
For coding together brings us all near! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@all-contributors please add @kagol for code
@kagol
I've put up a pull request to add @kagol! :tada:
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #73
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
@opentiny/fluent-editor
package.Improvements