mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			498 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			498 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "ESNext",
 | 
						|
    "jsx": "preserve",
 | 
						|
    "lib": ["DOM", "ESNext"],
 | 
						|
    "baseUrl": ".",
 | 
						|
    "module": "ESNext",
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "types": ["node"],
 | 
						|
    "strict": true,
 | 
						|
    "strictNullChecks": true,
 | 
						|
    "noUnusedLocals": true,
 | 
						|
    "allowSyntheticDefaultImports": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "forceConsistentCasingInFileNames": true
 | 
						|
  },
 | 
						|
  "include": ["src/**/*"],
 | 
						|
  "exclude": ["node_modules", "dist"]
 | 
						|
}
 |