Home
last modified time | relevance | path

Searched refs:maxNodeModulesJsDepth (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/fourslash/server/
DautoImportSymlinkedJsPackages.ts22 …ompilerOptionsForInferredProjects({ module: "commonjs", allowJs: true, maxNodeModulesJsDepth: 2 });
/third_party/typescript/tests/baselines/reference/
DmaxNodeModuleJsDepthDefaultsToZero.errors.txt23 // z will not be found because maxNodeModulesJsDepth: 0
/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts126 maxNodeModulesJsDepth?: number; property