Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## types18 #2532 +/- ##
========================================
Coverage 90.66% 90.66%
========================================
Files 82 82
Lines 14980 14980
Branches 508 508
========================================
Hits 13582 13582
Misses 1373 1373
Partials 25 25
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
zimeg
left a comment
There was a problem hiding this comment.
💌 A note for kind reviewers toward the health of the project!
| { | ||
| "$schema": "https://json.schemastore.org/tsconfig", | ||
| "compilerOptions": { | ||
| "target": "es5", |
There was a problem hiding this comment.
📣 note: Since we support a minimum node18 which supports es2022 this changes seems alright to me, but I want to note this will now match the shared es2017 target.
|
📚 Toward #2359 as well! |
WilliamBergamin
left a comment
There was a problem hiding this comment.
Pretty sweet changes 💯
| @@ -1,24 +1,9 @@ | |||
| { | |||
| "$schema": "https://json.schemastore.org/jsconfig", | |||
| // to use import instead of require(), but it's not worth the tradeoff of restructuring the build (for now). | ||
| // "resolveJsonModule": true, | ||
| }, | ||
| "extends": "../../tsconfig.base.json", |
Summary
This PR uses a shared
tsconfigacross packages for #1941. This removes shared development dependencies from specific packages!Requirements