We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bug复现前提:
临时解决方案: 方案a. 在tsconfig中设置declaration为false(或关闭composite等强制启用declaration的选项) 方案b. 引入 scroll-into-view-if-need@^2.2.28 ,并在项目中引用 scroll-into-view-if-need 的类型声明。
参考: microsoft/TypeScript#47663 (comment)
pnpm type-check
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Basic Info
Extra info
bug复现前提:
临时解决方案:
方案a. 在tsconfig中设置declaration为false(或关闭composite等强制启用declaration的选项)
方案b. 引入 scroll-into-view-if-need@^2.2.28 ,并在项目中引用 scroll-into-view-if-need 的类型声明。
参考:
microsoft/TypeScript#47663 (comment)
Steps to reproduce
pnpm type-check
The text was updated successfully, but these errors were encountered: