mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			302 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			302 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "es5",
 | 
						|
    "module": "esnext",
 | 
						|
    "baseUrl": "./",
 | 
						|
    "jsx": "preserve",
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "paths": {
 | 
						|
      "@/*": [
 | 
						|
        "src/*"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "lib": [
 | 
						|
      "esnext",
 | 
						|
      "dom",
 | 
						|
      "dom.iterable",
 | 
						|
      "scripthost"
 | 
						|
    ]
 | 
						|
  }
 | 
						|
}
 |