-
-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation for v0.4.0 release
- Loading branch information
Showing
3 changed files
with
33 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Upgrade Guide | ||
|
||
## v0.3.x to v0.4.x | ||
|
||
This release added support for TypeScript 1.5. One of the major changes | ||
introduced in TypeScript 1.5 is the | ||
[tsconfig.json](https://github.com/Microsoft/TypeScript/wiki/tsconfig.json) | ||
file. All of the TypeScript options that were previously defined through | ||
the loader querystring (`module`, `target`, etc) should now be specified | ||
in the tsconfig.json file instead. The querystring options have been | ||
removed. |