-
Notifications
You must be signed in to change notification settings - Fork 37
refactor monorepo tsconfig mapping #320
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Code Climate has analyzed commit 924c357 and detected 0 issues on this pull request. View more on Code Climate. |
✔️ Deploy Preview for jellyfish-defi ready! 🔨 Explore the source changes: 9552b3c 🔍 Inspect the deploy log: https://app.netlify.com/sites/jellyfish-defi/deploys/60bfae56c565e20007dba893 😎 Browse the preview: https://deploy-preview-320--jellyfish-defi.netlify.app |
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## main #320 +/- ##
==========================================
+ Coverage 97.09% 97.12% +0.02%
==========================================
Files 93 91 -2
Lines 2652 2640 -12
Branches 340 339 -1
==========================================
- Hits 2575 2564 -11
+ Misses 77 76 -1
Continue to review full report at Codecov.
|
great work @canonbrother |
05158d4
to
f8bbb04
Compare
9a007db
to
6571ba2
Compare
This comment has been minimized.
This comment has been minimized.
* fixed tsconfig.json * reorder scripts * fixed exports * not to collect coverage of tests
What kind of PR is this?:
/kind feature
What this PR does / why we need it:
Happy dev :)
go to definition
will point to source code directly, not.d.ts
from/dist
.bonus: the
build
is faster using this approachWhich issue(s) does this PR fixes?:
Fixes #259