We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cdc86 commit 852d26cCopy full SHA for 852d26c
packages/@vue/cli-plugin-typescript/generator/index.js
@@ -112,7 +112,7 @@ module.exports = (api, {
112
// delete all js files that have a ts file of the same name
113
// and simply rename other js files to ts
114
const jsRE = /\.js$/
115
- const excludeRE = /^test\/e2e\/|\.config\.js$/
+ const excludeRE = /^tests\/e2e\/|\.config\.js$/
116
const convertLintFlags = require('../lib/convertLintFlags')
117
api.postProcessFiles(files => {
118
for (const file in files) {
0 commit comments