perf: VS Code support webpack alias file jump (#2609)
							parent
							
								
									1336b92c2f
								
							
						
					
					
						commit
						4d2d52ef03
					
				| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
{ 
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "baseUrl": "./",
 | 
			
		||||
    "paths": {
 | 
			
		||||
        "@/*": ["src/*"]
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "exclude": ["node_modules", "dist"]
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue