verbose module resolution

This commit is contained in:
Vladimir Matveev
2015-11-19 21:33:33 -08:00
parent 6bed1ba53a
commit 6844285782
6 changed files with 292 additions and 37 deletions

View File

@@ -302,6 +302,11 @@ namespace ts {
type: "object",
isTSConfigOnly: true
},
{
name: "traceModuleResolution",
type: "boolean",
description: Diagnostics.Enable_tracing_of_the_module_resolution_process
},
{
name: "allowJs",
type: "boolean",