-
-
Notifications
You must be signed in to change notification settings - Fork 50.3k
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
type: enable type prompt for .dumirc.ts #44886
Conversation
Run & review this pull request in StackBlitz Codeflow. |
size-limit report 📦
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
.dumi 里这么多报错。。。 |
我来修 |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #44886 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 682 682
Lines 11540 11540
Branches 3105 3105
=========================================
Hits 11540 11540 ☔ View full report in Codecov by Sentry. |
本地居然不报错,奇怪 |
.dumi 文件夹有自己的 tsconfig,应该 extends 一下 |
Signed-off-by: lijianan <[email protected]>
Signed-off-by: lijianan <[email protected]>
Signed-off-by: lijianan <[email protected]>
dumi 层的 warning 有问题, |
已更新,大家再 review 看看 |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge
🚀 Summary
🤖 Generated by Copilot at d65ab80
Enabled TypeScript support for the documentation site by modifying the
tsconfig.json
file for dumi. Added the.dumirc.ts
file to theinclude
property and extended the basetsconfig.json
file.🔍 Walkthrough
🤖 Generated by Copilot at d65ab80
.dumirc.ts
file in theinclude
property of.dumi/tsconfig.json
(link)tsconfig.json
file from the root directory in theextends
property of.dumi/tsconfig.json
(link)