mirror of
				https://github.com/Swatinem/rust-cache.git
				synced 2025-10-31 15:43:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			409 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			409 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "noEmitOnError": false,
 | |
|     "diagnostics": true,
 | |
|     "lib": ["esnext"],
 | |
| 
 | |
|     "target": "es2020",
 | |
| 
 | |
|     "resolveJsonModule": true,
 | |
|     "moduleResolution": "node",
 | |
|     "module": "esnext",
 | |
|     "esModuleInterop": true,
 | |
| 
 | |
|     "strict": true,
 | |
|     "skipLibCheck": true,
 | |
|     "noUnusedLocals": true,
 | |
|     "noUnusedParameters": true,
 | |
|     "noImplicitReturns": true
 | |
|   },
 | |
|   "exclude": ["dist"]
 | |
| }
 |