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
@@ -52,6 +54,11 @@ export function normalizeOptions(
52
54
}
53
55
if(project.length<=1){
54
56
project=undefined
57
+
}elseif(!warned&&!noWarnOnMultipleProjects){
58
+
warned=true
59
+
console.warn(
60
+
'Multiple projects found, consider using a single `tsconfig` with `references` to speed up, or use `noWarnOnMultipleProjects` to suppress this warning',
0 commit comments