mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-04 21:01:38 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			431 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			431 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "ES2020",
 | 
						|
    "module": "ES2020",
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "strict": true,
 | 
						|
    "jsx": "preserve",
 | 
						|
    "sourceMap": true,
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "baseUrl": ".",
 | 
						|
    "paths": {
 | 
						|
      "@/*": ["src/*"]
 | 
						|
    },
 | 
						|
    "lib": ["es2020", "dom"],
 | 
						|
    "skipLibCheck": true
 | 
						|
  },
 | 
						|
  "include": ["src/**/*", "src/**/*.vue"],
 | 
						|
  "exclude": ["node_modules"]
 | 
						|
}
 |