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

Commit

Permalink
Merge pull request #108 from dfxmachina/tsx
Browse files Browse the repository at this point in the history
Add TSX support for watches
  • Loading branch information
dsebastien committed Mar 11, 2016
2 parents 5070042 + ff6b1a6 commit 9fef8b0
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 9fef8b0

Please sign in to comment.