Closed marcusschiesser closed 3 months ago
Latest commit: dc7151b4db1f225f74b234a18217deca80832cf0
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The changes focus on the tsconfig.json
file of a Next.js project, emphasizing a shift in TypeScript configuration. The removal of the "target": "es5"
suggests an update in the JavaScript version used for compilation, potentially enhancing feature support. Additionally, the deletion of the "forceConsistentCasingInFileNames"
option may influence how file names are treated, indicating a move toward greater flexibility in naming conventions.
File Path | Change Summary |
---|---|
templates/types/streaming/nextjs/... | Removed "target": "es5" and "forceConsistentCasingInFileNames": true from tsconfig.json . |
In the garden, oh what a sight,
A change in the air, oh so bright!
TypeScript dances, with features galore,
Naming conventions now open the door.
Hop with joy, let our code flow,
With each little tweak, watch our projects grow! 🐇✨
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?
Summary by CodeRabbit