File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ Options
8888- ` ` ` sortOutput ` ` ` (boolean ) - Sort output files . Usefull if you want to concatenate files (see below ).
8989- ` ` ` typescript ` ` ` (object ) - Use a different version / fork of TypeScript (see below ). Use it like : ` typescript: require('typescript') ` or ` typescript: require('my-fork-of-typescript') `
9090
91+ See ` lib/main.ts ` for a complete list with all options (interface ` compile.Settings ` ).
92+
9193TypeScript version
9294------------------
9395You can use a custom version of TypeScript . Add the version you want (1.4 + ) to your package .json file as a devDependency . You can also use the master from GitHub to get the latest features . You can use this in your ` package.json ` to get the master from GitHub :
You can’t perform that action at this time.
0 commit comments