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
Copy file name to clipboardExpand all lines: docs/javascript.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,4 +40,4 @@ Laravel Mix also ships with basic Typescript support. Simply update your `mix.js
40
40
mix.ts('src/app.ts', 'dist');
41
41
```
42
42
43
-
Of course, you'll still want to handle any TypeScript-specific tweeks like creating a `tsconfig.json` file and installing [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped), but everything else should be taken care of.
43
+
Of course, you'll still want to handle any TypeScript-specific tweaks like creating a `tsconfig.json` file and installing [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped), but everything else should be taken care of.
0 commit comments