Change flag --singleCompilation to --isolatedModules

This commit is contained in:
Mohamed Hegazy
2015-05-18 21:49:41 -07:00
parent 79ab85e0eb
commit 1da04ba8f4
43 changed files with 91 additions and 91 deletions

View File

@@ -142,7 +142,7 @@ module ts {
paramType: Diagnostics.LOCATION,
},
{
name: "separateCompilation",
name: "isolatedModules",
type: "boolean",
},
{