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/config/initTSConfig/Initialized TSConfig with boolean value compiler options/tsconfig.json
+1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
15
15
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
16
16
// "jsx": "preserve", /* Specify what JSX code is generated. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/config/initTSConfig/Initialized TSConfig with enum value compiler options/tsconfig.json
+1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
"target": "es5", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
15
15
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
16
16
"jsx": "react", /* Specify what JSX code is generated. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/config/initTSConfig/Initialized TSConfig with incorrect compiler option value/tsconfig.json
+1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
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. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/config/initTSConfig/Initialized TSConfig with incorrect compiler option/tsconfig.json
+1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
15
15
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
16
16
// "jsx": "preserve", /* Specify what JSX code is generated. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/config/initTSConfig/Initialized TSConfig with list compiler options with enum value/tsconfig.json
+1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
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. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/config/initTSConfig/Initialized TSConfig with list compiler options/tsconfig.json
+1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
15
15
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
16
16
// "jsx": "preserve", /* Specify what JSX code is generated. */
0 commit comments