We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57786fe commit f5e0bb0Copy full SHA for f5e0bb0
src/lib.rs
@@ -809,6 +809,8 @@ fn init_resolver(
809
810
let tsconfig = resolver.resolve_tsconfig(tsconfig_full_path).ok();
811
812
+ tracing::debug!(tsconfig = ?tsconfig);
813
+
814
let default_module_resolved_from_tsconfig = if let Some(tsconfig) = tsconfig.as_ref() {
815
if matches!(
816
tsconfig
0 commit comments