From 93e05f6388ec3fd9fb7c86cba51e5ea19cc23433 Mon Sep 17 00:00:00 2001 From: Luca Ban - Black Birdy Date: Tue, 2 Oct 2018 16:13:37 +0900 Subject: [PATCH] =?UTF-8?q?Wallaby=20compilers=20=F0=9F=8C=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wallaby.conf.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wallaby.conf.js b/wallaby.conf.js index 927308c..e026dc7 100644 --- a/wallaby.conf.js +++ b/wallaby.conf.js @@ -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']