Skip to content

Commit c23504b

Browse files
authored
Expose the ExtendsField enum of TsConfig (#607)
Enables matching on the extends field of the tsconfig struct. See #606
1 parent 3c4ddf2 commit c23504b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ pub use crate::{
9191
},
9292
path::PathUtil,
9393
resolution::{ModuleType, Resolution},
94-
tsconfig::{CompilerOptions, CompilerOptionsPathsMap, ProjectReference, TsConfig},
94+
tsconfig::{
95+
CompilerOptions, CompilerOptionsPathsMap, ExtendsField, ProjectReference, TsConfig,
96+
},
9597
};
9698
use crate::{
9799
context::ResolveContext as Ctx, path::SLASH_START, specifier::Specifier,

0 commit comments

Comments
 (0)