Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cec7fc5

Browse files
committed
update README.md
1 parent ce25205 commit cec7fc5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ And then execute:
3636

3737
Just add a `.js.ts` file in your `app/assets/javascripts` directory and include it just like you are used to do.
3838

39+
Configurations:
40+
41+
```
42+
# Its defaults are `--target ES5 --noImplicitAny`.
43+
Typescript::Rails::Compiler.default_options = [ ... ]
44+
```
45+
46+
3947
## Contributing
4048

4149
1. Fork it

0 commit comments

Comments
 (0)