diff --git a/src/compile-cache.js b/src/compile-cache.js index a4f9ded1e..ea387a631 100644 --- a/src/compile-cache.js +++ b/src/compile-cache.js @@ -17,6 +17,7 @@ var packageTranspilationRegistry = new PackageTranspilationRegistry() var COMPILERS = { '.js': packageTranspilationRegistry.wrapTranspiler(require('./babel')), '.ts': packageTranspilationRegistry.wrapTranspiler(require('./typescript')), + '.tsx': packageTranspilationRegistry.wrapTranspiler(require('./typescript')), '.coffee': packageTranspilationRegistry.wrapTranspiler(require('./coffee-script')) }