You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2018. It is now read-only.
@@ -32,4 +40,13 @@ If you'd like to output to a different directory than the default `public/js`, t
32
40
33
41
```
34
42
mix.typescript('app.js', 'public/js/foo/bar');
35
-
```
43
+
```
44
+
45
+
## Parameters
46
+
47
+
Bellow is the list of the available parameters:
48
+
49
+
-**outputFileName**: Filename for output
50
+
-**outputFolder**(optional): Where to place the output file. Default: `public/js/`
51
+
-**search** (optional): filter for input files, can also be a direct path to one file like `app.ts`. Defaults: `/**/*.ts`
52
+
-**options** (optional): Options to forward to the `gulp-typescript` used for compiling. All options under https://github.com/ivogabe/gulp-typescript#options
0 commit comments