You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option value/tsconfig.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
12
12
13
13
/* Language and Environment */
14
-
"target": "es5", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
14
+
"target": "es2016",/* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
15
15
"lib": ["es5","es2015.promise"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
16
16
// "jsx": "preserve", /* Specify what JSX code is generated. */
17
17
// "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options with enum value/tsconfig.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
12
12
13
13
/* Language and Environment */
14
-
"target": "es5", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
14
+
"target": "es2016",/* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
15
15
"lib": ["es5","es2015.core"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
16
16
// "jsx": "preserve", /* Specify what JSX code is generated. */
17
17
// "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/declarationDir-is-specified.js
0 commit comments