diff --git a/vetur.config.js b/vetur.config.js new file mode 100644 index 000000000..159e82e29 --- /dev/null +++ b/vetur.config.js @@ -0,0 +1,5 @@ +// vetur.config.js +/** @type {import('vls').VeturConfig} */ +module.exports = { + projects: ["./js"], +};