public
public copied to clipboard
Enhance Wallaby automatic configuration to run with a mix of .ts and .js
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
},