module.exports = { projects: [ { root: './frontend', // root of your vue project (should contain package.json) package: './package.json', // Relative to root property, don't change this. tsconfig: './tsconfig.json', // Relative to root property, don't change this. } ] }