-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove references to the beta version of TypeScript 1.6.
- Loading branch information
Showing
2 changed files
with
4 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
TypeScript Loader for *webpack* | ||
=============================== | ||
|
||
*webpack-typescript* is a lightweight TypeScript loader for *webpack* allowing you to pack multiple modules written in TypeScript into a bundle. It supports not only TypeScript 1.5, but also TypeScript 1.6, which among other things introduces support for React JSX. | ||
*webpack-typescript* is a lightweight TypeScript loader for *webpack* allowing you to pack multiple modules written in TypeScript into a bundle. It supports TypeScript 1.6, which among other things have introduced support for React JSX. TypeScript 1.5 is also supported. | ||
|
||
Installation | ||
------------ | ||
|
@@ -10,10 +10,6 @@ To install *webpack-typescript* run the following command in your project direct | |
|
||
npm install webpack-typescript --save-dev | ||
|
||
And if you need TypeScript 1.6 Beta, run the following command before or after installing *webpack-typescript:* | ||
|
||
npm install [email protected] --save-dev | ||
|
||
Configuration | ||
------------- | ||
|
||
|
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