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: README.md
+12-2
Original file line number
Diff line number
Diff line change
@@ -32,17 +32,27 @@ And then execute:
32
32
33
33
$ bundle
34
34
35
+
Note: We need to install (if we haven't already) the Typescript definitions, [more info](https://github.com/DefinitelyTyped/DefinitelyTyped#how-do-i-get-them).
36
+
37
+
npm install --save-dev @types/node
38
+
35
39
## Usage
36
40
37
41
Just add a `.js.ts` file in your `app/assets/javascripts` directory and include it just like you are used to do.
38
42
39
43
Configurations:
40
44
41
45
```
42
-
# Its defaults are `--target ES5 --noImplicitAny`.
0 commit comments