mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 19:42:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			261 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			261 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "target": "es5",
 | |
|     "outDir": "./lib",
 | |
|     "module": "ES2015",
 | |
|     "strict": true,
 | |
|     "declaration": true,
 | |
|     "esModuleInterop": true,
 | |
|     "moduleResolution": "node",
 | |
|     "lib": ["esnext", "dom"]
 | |
|   },
 | |
|   "include": ["src/**/*"]
 | |
| }
 |