We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f77e6b + fadb714 commit d8e7b68Copy full SHA for d8e7b68
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