mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 19:42:07 +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"]
 | |
| }
 |