public icon indicating copy to clipboard operation
public copied to clipboard

Enhance Wallaby automatic configuration to run with a mix of .ts and .js

Open smcenlly opened this issue 7 years ago • 0 comments

When TypeScript compilerOptions.allowJs is true, wallaby requires a special preprocessor (see below). This preprocessor should be added by default.

        preprocessors: {
            '**/*.jsts': file => file.changeExt('js').content
        },

smcenlly avatar Aug 22 '18 01:08 smcenlly