File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
documentation/copy/en/project-config
tsconfig-reference/scripts Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -701,7 +701,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
701701 <td ><code ><a href =' /tsconfig/#isolatedModules ' >--isolatedModules</a ></code ></td >
702702 <td ><p ><code >boolean</code ></p >
703703</td >
704- <td ><p ><code >false</code ></p >
704+ <td ><p ><code >true</ code > if < a href = " #verbatimModuleSyntax " >< code >verbatimModuleSyntax</ code ></ a >; < code > false</code > otherwise. </p >
705705</td >
706706</tr >
707707<tr class =" option-description even " ><td colspan =" 3 " >
Original file line number Diff line number Diff line change @@ -228,6 +228,7 @@ export const defaultsForOptions = {
228228 ] ,
229229 include : [ "`[]` if [`files`](#files) is specified;" , "`**/*` otherwise." ] ,
230230 incremental : trueIf ( "composite" ) ,
231+ isolatedModules : trueIf ( "verbatimModuleSyntax" ) ,
231232 jsxFactory : "React.createElement" ,
232233 locale : "Platform specific." ,
233234 module : [
You can’t perform that action at this time.
0 commit comments