You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'With the `abortOnError` configuration currently turned off, type errors do not cause build failures, but they do not guarantee proper type file output.',
160
-
);
144
+
promisesResult=awaitPromise.all(dtsPromises);
145
+
},
146
+
// Set the order to 'pre' to ensure that when DTS files of multiple formats are generated simultaneously,
147
+
// all errors are thrown together before exiting the process.
'With the `abortOnError` configuration currently turned off, type errors do not cause build failures, but they do not guarantee proper type file output.',
164
+
);
162
165
}
163
-
},
164
-
// Set the order to 'post' to ensure that when DTS files of multiple formats are generated
165
-
// simultaneously, all errors are thrown together before exiting the process.
0 commit comments