aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-typescript/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-typescript/readme.md')
-rw-r--r--node_modules/gulp-typescript/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/gulp-typescript/readme.md b/node_modules/gulp-typescript/readme.md
index b3bf866c5..41bf62b4b 100644
--- a/node_modules/gulp-typescript/readme.md
+++ b/node_modules/gulp-typescript/readme.md
@@ -31,7 +31,7 @@ npm install gulp-typescript typescript
Options
-------
-Allmost all options from TypeScript are supported.
+Almost all options from TypeScript are supported.
- `outFile` (string) - Generate one javascript and one definition file. Only works when no module system is used.
- `outDir` (string) - Move output to a different (virtual) directory. Note that you still need `gulp.dest` to write output to disk.
- `noImplicitAny` (boolean) - Warn on expressions and declarations with an implied 'any' type.