Skip to content
This repository has been archived by the owner on May 21, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cskeppstedt committed Sep 20, 2013
1 parent 2f16b9b commit 0857dcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ There are a couple of default settings that can be specified in the `T4TS.tt.set
* **DefaultOptional:** The default value for the `Optional` flag for `TypeScriptMemberAttribute`. Default is `false`.
* **DefaultCamelCaseMemberNames:** The default value for the `CamelCase` flag for `TypeScriptMemberAttribute`. Default is `false`.
* **DefaultInterfaceNamePrefix:** The default value for the `NamePrefix` flag for `TypeScriptInterfaceAttribute`. Default is `""`.
* **CompatibilityVersion:** The version of Typescript that is targeted. This will help handling breaking changes in the language grammar and/or compiler. Default (right now) is _0.9.1.1_.

Known problems
----
Expand All @@ -115,4 +116,4 @@ License
----
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)

Thanks to [T4MVC](http://t4mvc.codeplex.com/), which has been the inspiration. I also learned how to use the .tt-stuff from reading the source, and using part of the source code from T4MVC.
Thanks to [T4MVC](http://t4mvc.codeplex.com/), which has been the inspiration. I also learned how to use the .tt-stuff from reading the source, and using part of the source code from T4MVC.

0 comments on commit 0857dcb

Please sign in to comment.