// vetur.config.js
/** @type {import('vls').VeturConfig} */
module.exports = {
  projects: ["./js"],
};