add declaration target to generate declarations for compiler and services

This commit is contained in:
Mohamed Hegazy
2014-10-07 20:51:23 -07:00
parent 37a839fcf7
commit e5b6bfbc46
2 changed files with 17 additions and 7 deletions

View File

@@ -174,7 +174,7 @@ module ts {
}
/// TODO: delete this, it is only needed until the VS interface is updated
enum LanguageVersion {
export enum LanguageVersion {
EcmaScript3 = 0,
EcmaScript5 = 1,
}