summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vetur.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/vetur.config.js b/vetur.config.js
index 601aa27d1c..875ec65719 100644
--- a/vetur.config.js
+++ b/vetur.config.js
@@ -20,11 +20,11 @@ module.exports = {
// Where is `package.json` in the project?
// We use it to determine the version of vue.
// It is relative to root property.
- package: './package.json',
+ package: '../../package.json',
// **optional**
// Where is TypeScript config file in the project?
// It is relative to root property.
- tsconfig: './src/client/tsconfig.json',
+ tsconfig: './tsconfig.json',
// **optional** default: `'./.vscode/vetur/snippets'`
// Where is vetur custom snippets folders?
snippetFolder: './.vscode/vetur/snippets',