Skip to content

Commit 3c0fd0d

Browse files
authored
fix(turbopack): set tsconfig not extends as warning not error (#69)
1 parent b3cabb2 commit 3c0fd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbopack-resolve/src/typescript.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub async fn read_tsconfigs(
118118
continue;
119119
} else {
120120
TsConfigIssue {
121-
severity: IssueSeverity::Error,
121+
severity: IssueSeverity::Warning,
122122
// TODO: this should point at the `extends` property
123123
source: IssueSource::from_source_only(tsconfig),
124124
message: format!("extends: \"{extends}\" doesn't resolve correctly")

0 commit comments

Comments
 (0)