mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			439 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			439 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"extends": "@vue/tsconfig/tsconfig.web.json",
 | 
						|
	"include": [
 | 
						|
		"src/typings/**/*.d.ts",
 | 
						|
		"src/**/*",
 | 
						|
		"src/**/*.vue",
 | 
						|
		"vite.config.*",
 | 
						|
		"build/**/*.ts",
 | 
						|
		"mock/**/*.ts",
 | 
						|
		".env-config.ts",
 | 
						|
		"components.d.ts"
 | 
						|
	],
 | 
						|
	"exclude": [
 | 
						|
		"/dist/**",
 | 
						|
		"node_modules"
 | 
						|
	],
 | 
						|
	"compilerOptions": {
 | 
						|
		"baseUrl": ".",
 | 
						|
		"paths": {
 | 
						|
			"@/*": ["./src/*"],
 | 
						|
			"~/*": ["./*"]
 | 
						|
		},
 | 
						|
		"types": ["node","unplugin-icons/types/vue","naive-ui/volar"]
 | 
						|
	}
 | 
						|
}
 |