- Fix newlines (#15)
- Mention to
default_options
in README (#18)
- Fix a runtime error
- Set
--noImplicitAny
by default to tsc compiler - Typescript::Rails::Compiler.default_options to provide tsc compiler with otpions
- default values:
--target ES5 --noImplicitAny
- default values:
- A lot of refactoring
- Compiles TypeScript files in ES5 mode