-
Notifications
You must be signed in to change notification settings - Fork 930
chore: enable tsconfig isolatedModules #5697
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
db90edc
to
040ce3f
Compare
040ce3f
to
b15c6ac
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5697 +/- ##
=======================================
Coverage 95.03% 95.03%
=======================================
Files 310 310
Lines 7992 7998 +6
Branches 1614 1615 +1
=======================================
+ Hits 7595 7601 +6
Misses 397 397
🚀 New features to boost your workflow:
|
I think this is a good addition in order to start with #4744 |
7a9b049
Which problem is this PR solving?
Enables
isolatedModules
intsconfig.base.json
Refs: #5691
Short description of the changes
No runtime side-effects are expected. This PR marks all type re-exports as
export type
.Type of change
Please delete options that are not relevant.
How Has This Been Tested?
npm run compile
passedChecklist: