Searched refs:maxNodeModulesJsDepth (Results 1 – 3 of 3) sorted by relevance
22 …ompilerOptionsForInferredProjects({ module: "commonjs", allowJs: true, maxNodeModulesJsDepth: 2 });
23 // z will not be found because maxNodeModulesJsDepth: 0
126 maxNodeModulesJsDepth?: number; property