mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-04 12:52:08 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			404 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			404 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "baseUrl": ".",
 | 
						|
    "jsx": "preserve",
 | 
						|
    "target": "esnext",
 | 
						|
    "module": "esnext",
 | 
						|
    "strict": true,
 | 
						|
    "allowJs": true,
 | 
						|
    "noEmit": true,
 | 
						|
    "noImplicitThis": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "moduleResolution": "node"
 | 
						|
  },
 | 
						|
  "include": [
 | 
						|
    "types/**/*",
 | 
						|
    "src/**/*",
 | 
						|
  ],
 | 
						|
  "exclude": [
 | 
						|
    "**/*.spec.ts",
 | 
						|
    "**/*.spec.js",
 | 
						|
    "node_modules"
 | 
						|
  ]
 | 
						|
}
 |