Skip to content

Commit 5abf5c6

Browse files
committed
Add reference to all settings in readme, fixes #85
1 parent 159e2e5 commit 5abf5c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
9193
TypeScript version
9294
------------------
9395
You 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:

0 commit comments

Comments
 (0)