Skip to content

Commit

Permalink
Wallaby compilers 🌙
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Oct 2, 2018
1 parent 3ccc0e5 commit 93e05f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wallaby.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module.exports = function (wallaby) {
runner: 'node'
},
compilers: {
'+(src|test)/**/*.js': wallaby.compilers.typeScript()
'+(dist|test)/**/*.js': wallaby.compilers.typeScript(),
'+(src)/**/*.ts': wallaby.compilers.typeScript()
// '+(src|test)/**/*.js': wallaby.compilers.babel(
// {
// presets: ['@babel/preset-env', '@ava/babel-preset-stage-4']
Expand Down

0 comments on commit 93e05f6

Please sign in to comment.