-
Notifications
You must be signed in to change notification settings - Fork 57
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
fix tsconfig errors #306
fix tsconfig errors #306
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
TBDocs Report ✅ No errors or warnings @web5/api
Updated @ 2023-11-24T05:42:46.572Z - Commit: |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #306 +/- ##
=======================================
Coverage 91.77% 91.77%
=======================================
Files 73 73
Lines 15764 15765 +1
Branches 1448 1448
=======================================
+ Hits 14468 14469 +1
Misses 1270 1270
Partials 26 26
|
Unblocks #305 which has the strange tsc errors this fixes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! it might be worth checking to make sure that the vscode workspace still works as expected. @frankhinek want to take a look at that?
@mistermoe looks like it works. tested auto import and a run command: Screen.Recording.2023-11-24.at.12.33.40.AM.mov |
nice! |
Signed-off-by: Frank Hinek <[email protected]>
Signed-off-by: Frank Hinek <[email protected]>
Signed-off-by: Frank Hinek <[email protected]>
e2f03e3
to
eae1b93
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
* cleanup tsc settings * add base tsconfig to DRY up tsconfigs. build sourcemaps for all. * DRY up remaining repeated fields * strict false for web5spec * Minor fix to remove trailing commas from JSON --------- Co-authored-by: Frank Hinek <[email protected]>
* cleanup tsc settings * add base tsconfig to DRY up tsconfigs. build sourcemaps for all. * DRY up remaining repeated fields * strict false for web5spec * Minor fix to remove trailing commas from JSON --------- Co-authored-by: Frank Hinek <[email protected]>
Reason for PR
Solution
outDir
anddeclarationDir
)