We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce25205 commit cec7fc5Copy full SHA for cec7fc5
1 file changed
README.md
@@ -36,6 +36,14 @@ And then execute:
36
37
Just add a `.js.ts` file in your `app/assets/javascripts` directory and include it just like you are used to do.
38
39
+Configurations:
40
+
41
+```
42
+# Its defaults are `--target ES5 --noImplicitAny`.
43
+Typescript::Rails::Compiler.default_options = [ ... ]
44
45
46
47
## Contributing
48
49
1. Fork it
0 commit comments