-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Use TypeScript #270
base: master
Are you sure you want to change the base?
Use TypeScript #270
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #270 +/- ##
===========================================
- Coverage 100.00% 98.60% -1.40%
===========================================
Files 2 4 +2
Lines 277 791 +514
Branches 0 186 +186
===========================================
+ Hits 277 780 +503
- Misses 0 11 +11 ☔ View full report in Codecov by Sentry. |
- bumped min webpack version
- This helps `tsc` resolve types when using `module: commonjs` and `moduleResolution: node`.
No description provided.