We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e29e7d commit b067764Copy full SHA for b067764
1 file changed
src/utils/setupGlobalErrorHandling.ts
@@ -19,6 +19,7 @@ interface ErrorHandlingConfig {
19
// 扩展全局 Error 构造函数的类型定义
20
declare global {
21
interface ErrorConstructor {
22
+ // @ts-ignore
23
captureStackTrace?(targetObject: object, constructorOpt?: Function): void;
24
}
25
0 commit comments