scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

karma-webpack doesn't support TS files by default #126

Open scottohara opened 6 years ago

scottohara commented 6 years ago

See: https://github.com/webpack-contrib/karma-webpack/issues/188

Currently in our karma.common.js we use:

files: ["spec/public/index.js"]

But ideally we'd want to use:

files: ["spec/public/index.ts"]