mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
Update vetur.config.js (#6975)
This commit is contained in:
parent
7cd3b1efcd
commit
a04c7a2ac4
@ -20,11 +20,11 @@ module.exports = {
|
|||||||
// Where is `package.json` in the project?
|
// Where is `package.json` in the project?
|
||||||
// We use it to determine the version of vue.
|
// We use it to determine the version of vue.
|
||||||
// It is relative to root property.
|
// It is relative to root property.
|
||||||
package: './package.json',
|
package: '../../package.json',
|
||||||
// **optional**
|
// **optional**
|
||||||
// Where is TypeScript config file in the project?
|
// Where is TypeScript config file in the project?
|
||||||
// It is relative to root property.
|
// It is relative to root property.
|
||||||
tsconfig: './src/client/tsconfig.json',
|
tsconfig: './tsconfig.json',
|
||||||
// **optional** default: `'./.vscode/vetur/snippets'`
|
// **optional** default: `'./.vscode/vetur/snippets'`
|
||||||
// Where is vetur custom snippets folders?
|
// Where is vetur custom snippets folders?
|
||||||
snippetFolder: './.vscode/vetur/snippets',
|
snippetFolder: './.vscode/vetur/snippets',
|
||||||
|
Loading…
Reference in New Issue
Block a user