Browse Source
Add Vetur file configuration
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tags/1.0.3
Thomas Citharel
2 years ago
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with
5 additions and
0 deletions
-
vetur.config.js
|
|
@@ -0,0 +1,5 @@ |
|
|
|
// vetur.config.js |
|
|
|
/** @type {import('vls').VeturConfig} */ |
|
|
|
module.exports = { |
|
|
|
projects: ["./js"], |
|
|
|
}; |