Adds baseline updates

This commit is contained in:
Orta Therox
2019-07-18 11:08:39 -04:00
parent 282e72419b
commit 0c4422e472
3 changed files with 7 additions and 7 deletions

View File

@@ -2600,7 +2600,7 @@ declare namespace ts {
UMD = 3,
System = 4,
ES2015 = 5,
ESNext = 6
ESNext = 99
}
enum JsxEmit {
None = 0,
@@ -2640,9 +2640,9 @@ declare namespace ts {
ES2018 = 5,
ES2019 = 6,
ES2020 = 7,
ESNext = 8,
ESNext = 99,
JSON = 100,
Latest = 8
Latest = 99
}
enum LanguageVariant {
Standard = 0,

View File

@@ -2600,7 +2600,7 @@ declare namespace ts {
UMD = 3,
System = 4,
ES2015 = 5,
ESNext = 6
ESNext = 99
}
enum JsxEmit {
None = 0,
@@ -2640,9 +2640,9 @@ declare namespace ts {
ES2018 = 5,
ES2019 = 6,
ES2020 = 7,
ESNext = 8,
ESNext = 99,
JSON = 100,
Latest = 8
Latest = 99
}
enum LanguageVariant {
Standard = 0,

View File

@@ -70,7 +70,7 @@ export function multiply(a, b) { return a * b; }
"incremental": true,
"listFiles": true,
"listEmittedFiles": true,
"target": 8,
"target": 99,
"configFilePath": "./tsconfig.json"
},
"referencedMap": {},