We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f77e6b commit fadb714Copy full SHA for fadb714
readme.md
@@ -31,7 +31,7 @@ npm install gulp-typescript typescript
31
32
Options
33
-------
34
-Allmost all options from TypeScript are supported.
+Almost all options from TypeScript are supported.
35
- `outFile` (string) - Generate one javascript and one definition file. Only works when no module system is used.
36
- `outDir` (string) - Move output to a different (virtual) directory. Note that you still need `gulp.dest` to write output to disk.
37
- `noImplicitAny` (boolean) - Warn on expressions and declarations with an implied 'any' type.
0 commit comments