Update vetur.config.js (#6975)
This commit is contained in:
		
							parent
							
								
									100d7adc3d
								
							
						
					
					
						commit
						49b3ee36bd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -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', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue