We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cabb2 commit 3c0fd0dCopy full SHA for 3c0fd0d
turbopack/crates/turbopack-resolve/src/typescript.rs
@@ -118,7 +118,7 @@ pub async fn read_tsconfigs(
118
continue;
119
} else {
120
TsConfigIssue {
121
- severity: IssueSeverity::Error,
+ severity: IssueSeverity::Warning,
122
// TODO: this should point at the `extends` property
123
source: IssueSource::from_source_only(tsconfig),
124
message: format!("extends: \"{extends}\" doesn't resolve correctly")
0 commit comments