Add missing targets in Compiler options PR1086
This commit is contained in:
parent
563eaeb6c8
commit
8a502e5a1f
@ -76,7 +76,7 @@
|
||||
`--strictNullChecks` | `boolean` | `false` | 在严格的`null`检查模式下,`null`和`undefined`值不包含在任何类型里,只允许用它们自己和`any`来赋值(有个例外,`undefined`可以赋值到`void`)。
|
||||
`--suppressExcessPropertyErrors`<sup>[1]</sup> | `boolean` | `false` | 阻止对对象字面量的额外属性检查。
|
||||
`--suppressImplicitAnyIndexErrors` | `boolean` | `false` | 阻止`--noImplicitAny`对缺少索引签名的索引对象报错。查看[issue #1232](https://github.com/Microsoft/TypeScript/issues/1232#issuecomment-64510362)了解详情。
|
||||
`--target`<br/>`-t` | `string` | `"ES3"` | 指定ECMAScript目标版本`"ES3"`(默认),`"ES5"`,`"ES6"`/`"ES2015"`,`"ES2016"`,`"ES2017"`或`"ESNext"`。<br/><br/> 注意:`"ESNext"`最新的生成目标列表为[ES proposed features](https://github.com/tc39/proposals)
|
||||
`--target`<br/>`-t` | `string` | `"ES3"` | 指定ECMAScript目标版本`"ES3"`(默认),`"ES5"`,`"ES6"`/`"ES2015"`,`"ES2016"`,`"ES2017"`,`"ES2018"`,`"ES2019"`,`"ES2020"`或`"ESNext"`。<br/><br/> 注意:`"ESNext"`最新的生成目标列表为[ES proposed features](https://github.com/tc39/proposals)
|
||||
`--traceResolution` | `boolean` | `false` | 生成模块解析日志信息
|
||||
`--types` | `string[]`| | 要包含的类型声明文件名列表。查看[@types,--typeRoots和--types](./tsconfig.json.md#types-typeroots-and-types)章节了解详细信息。
|
||||
`--typeRoots` | `string[]`| | 要包含的类型声明文件路径列表。查看[@types,--typeRoots和--types](./tsconfig.json.md#types-typeroots-and-types)章节了解详细信息。
|
||||
|
Loading…
Reference in New Issue
Block a user