File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments