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