mirror of
				https://github.com/veops/cmdb.git
				synced 2025-11-04 13:46:17 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			182 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			182 B
		
	
	
	
		
			Python
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "es6",
 | 
						|
    "baseUrl": ".",
 | 
						|
    "paths": {
 | 
						|
      "@/*": ["src/*"]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "exclude": ["node_modules", "dist"],
 | 
						|
  "include": ["src/**/*"]
 | 
						|
}
 |