Skip to content

Commit 5e8b8aa

Browse files
committed
Add ES6 target to readme
1 parent 87ca6a5 commit 5e8b8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Options
7979
- ```noImplicitAny``` (boolean) - Warn on expressions and declarations with an implied 'any' type.
8080
- ```noLib``` (boolean) - Don't include the default lib (with definitions for - Array, Date etc)
8181
- ```noEmitOnError``` (boolean) - Do not emit outputs if any type checking errors were reported.
82-
- ```target``` (string) - Specify ECMAScript target version: 'ES3' (default), or 'ES5'.
82+
- ```target``` (string) - Specify ECMAScript target version: 'ES3' (default), 'ES5' or 'ES6'.
8383
- ```module``` (string) - Specify module code generation: 'commonjs' or 'amd'
8484
- ```sourceRoot``` (string) - Specifies the location where debugger should locate TypeScript files instead of source locations.
8585
- ```declarationFiles``` (boolean) - Generates corresponding .d.ts files.

0 commit comments

Comments
 (0)