-
Notifications
You must be signed in to change notification settings - Fork 27
fix(tsconfig): simplify config schema #5890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: df04c93 The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
6e7d4a4 to
d57cd84
Compare
Signed-off-by: aphilibeaux <[email protected]>
c1661a8 to
904996f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5890 +/- ##
=======================================
Coverage 91.75% 91.76%
=======================================
Files 335 335
Lines 7073 7079 +6
Branches 2734 2722 -12
=======================================
+ Hits 6490 6496 +6
Misses 583 583
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
Miss changeset and pr title too |
Signed-off-by: aphilibeaux <[email protected]>
Summary
Type
Add tsconfig rule
also remove baseUrl
which will help to create better type.
Change how we properly export the type from SelectableCardGroupField inside @ultraviolet/form
Before:
After