Skip to content

Commit

Permalink
chore(tests): use ts-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
jimthedev committed Oct 27, 2015
1 parent 9e2cbf6 commit 82c0e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = function(config) {
},

webpack: {

resolve: {
root: __dirname,
extensions: ['','.ts','.js','.json'],
Expand All @@ -45,7 +45,7 @@ module.exports = function(config) {
devtool: 'inline-source-map',
module: {
loaders: [
{ test: /\.ts$/, loader: 'typescript-simple?ignoreWarnings[]=2345', exclude: [
{ test: /\.tsx?$/, loader: 'ts-loader', exclude: [
/web_modules/,
/node_modules/
]
Expand Down

0 comments on commit 82c0e6c

Please sign in to comment.