Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Add TSX support for watches
Browse files Browse the repository at this point in the history
  • Loading branch information
Erem Boto committed Mar 10, 2016
1 parent bac86ae commit ff6b1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gulp/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import path from "path";

let extensions = {
javascript: ".js",
typescript: ".ts",
typescript: ".{ts,tsx}",
css: ".css",
sass: ".scss",
html: ".html",
Expand Down

0 comments on commit ff6b1a6

Please sign in to comment.