@@ -63,66 +63,57 @@ tsc app.ts util.ts --target esnext --outfile index.js
6363<p >Gives local information for help on the CLI.</p >
6464</td ></tr >
6565
66- <tr class =' odd ' name =' ignoreConfig ' >
67- <td ><code >--ignoreConfig</code ></td >
68- <td ><p ><code >boolean</code ></p >
69- </td >
70- </tr >
71- <tr class =" option-description odd " ><td colspan =" 3 " >
72- <p >Ignore the tsconfig found and build with commandline options and files.</p >
73- </td ></tr >
74-
75- <tr class =' even ' name =' init ' >
66+ <tr class =' odd ' name =' init ' >
7667 <td ><code >--init</code ></td >
7768 <td ><p ><code >boolean</code ></p >
7869</td >
7970</tr >
80- <tr class =" option-description even " ><td colspan =" 3 " >
71+ <tr class =" option-description odd " ><td colspan =" 3 " >
8172<p >Initializes a TypeScript project and creates a tsconfig.json file.</p >
8273</td ></tr >
8374
84- <tr class =' odd ' name =' listFilesOnly ' >
75+ <tr class =' even ' name =' listFilesOnly ' >
8576 <td ><code >--listFilesOnly</code ></td >
8677 <td ><p ><code >boolean</code ></p >
8778</td >
8879</tr >
89- <tr class =" option-description odd " ><td colspan =" 3 " >
80+ <tr class =" option-description even " ><td colspan =" 3 " >
9081<p >Print names of files that are part of the compilation and then stop processing.</p >
9182</td ></tr >
9283
93- <tr class =' even ' name =' locale ' >
84+ <tr class =' odd ' name =' locale ' >
9485 <td ><code >--locale</code ></td >
9586 <td ><p ><code >string</code ></p >
9687</td >
9788</tr >
98- <tr class =" option-description even " ><td colspan =" 3 " >
89+ <tr class =" option-description odd " ><td colspan =" 3 " >
9990<p >Set the language of the messaging from TypeScript. This does not affect emit.</p >
10091</td ></tr >
10192
102- <tr class =' odd ' name =' project ' >
93+ <tr class =' even ' name =' project ' >
10394 <td ><code >--project</code ></td >
10495 <td ><p ><code >string</code ></p >
10596</td >
10697</tr >
107- <tr class =" option-description odd " ><td colspan =" 3 " >
98+ <tr class =" option-description even " ><td colspan =" 3 " >
10899<p >Compile the project given the path to its configuration file, or to a folder with a 'tsconfig.json'.</p >
109100</td ></tr >
110101
111- <tr class =' even ' name =' showConfig ' >
102+ <tr class =' odd ' name =' showConfig ' >
112103 <td ><code >--showConfig</code ></td >
113104 <td ><p ><code >boolean</code ></p >
114105</td >
115106</tr >
116- <tr class =" option-description even " ><td colspan =" 3 " >
107+ <tr class =" option-description odd " ><td colspan =" 3 " >
117108<p >Print the final configuration instead of building.</p >
118109</td ></tr >
119110
120- <tr class =' odd ' name =' version ' >
111+ <tr class =' even ' name =' version ' >
121112 <td ><code >--version</code ></td >
122113 <td ><p ><code >boolean</code ></p >
123114</td >
124115</tr >
125- <tr class =" option-description odd " ><td colspan =" 3 " >
116+ <tr class =" option-description even " ><td colspan =" 3 " >
126117<p >Print the compiler's version.</p >
127118</td ></tr >
128119
@@ -294,7 +285,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
294285 <td ><code ><a href =' /tsconfig/#allowJs ' >--allowJs</a ></code ></td >
295286 <td ><p ><code >boolean</code ></p >
296287</td >
297- <td ><p ><code >false</code >, unless < code >checkJs</ code > is set </p >
288+ <td ><p ><code >false</code ></p >
298289</td >
299290</tr >
300291<tr class =" option-description odd " ><td colspan =" 3 " >
@@ -800,7 +791,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
800791 <td ><code ><a href =' /tsconfig/#libReplacement ' >--libReplacement</a ></code ></td >
801792 <td ><p ><code >boolean</code ></p >
802793</td >
803- <td ><p ><code >false </code ></p >
794+ <td ><p ><code >true </code ></p >
804795</td >
805796</tr >
806797<tr class =" option-description odd " ><td colspan =" 3 " >
@@ -1086,7 +1077,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
10861077 <td ><code ><a href =' /tsconfig/#noUncheckedSideEffectImports ' >--noUncheckedSideEffectImports</a ></code ></td >
10871078 <td ><p ><code >boolean</code ></p >
10881079</td >
1089- <td ><p ><code >true </code ></p >
1080+ <td ><p ><code >false </code ></p >
10901081</td >
10911082</tr >
10921083<tr class =" option-description odd " ><td colspan =" 3 " >
@@ -1372,7 +1363,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
13721363 <td ><code ><a href =' /tsconfig/#strict ' >--strict</a ></code ></td >
13731364 <td ><p ><code >boolean</code ></p >
13741365</td >
1375- <td ><p ><code >true </code ></p >
1366+ <td ><p ><code >false </code ></p >
13761367</td >
13771368</tr >
13781369<tr class =" option-description odd " ><td colspan =" 3 " >
0 commit comments