I was this error with Webpack Encore on a Symfony project, to solve it you need to add this options in your webpack.config.js:
Encore .enableTypeScriptLoader(function(tsConfig) { tsConfig.transpileOnly = true; }) ;