mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-04 21:02:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			471 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			471 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "esnext",
 | 
						|
    "module": "esnext",
 | 
						|
    "strict": true,
 | 
						|
    "jsx": "preserve",
 | 
						|
    "importHelpers": true,
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "experimentalDecorators": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "allowSyntheticDefaultImports": true,
 | 
						|
    "sourceMap": true,
 | 
						|
    "baseUrl": ".",
 | 
						|
    "lib": ["esnext", "dom", "dom.iterable", "scripthost"]
 | 
						|
  },
 | 
						|
  "include": ["**/*.ts", "**/*.tsx", "**/*.vue"],
 | 
						|
  "exclude": ["node_modules"]
 | 
						|
}
 |