mirror of
				https://github.com/DerTyp7/example-esri-react.git
				synced 2025-10-30 13:07:09 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			296 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			296 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "compilerOptions": {
 | |
|         "module": "ESNext",
 | |
|         "moduleResolution": "Node",
 | |
|         "target": "ES2020",
 | |
|         "jsx": "react",
 | |
|         "strictNullChecks": true,
 | |
|         "strictFunctionTypes": true
 | |
|     },
 | |
|     "exclude": [
 | |
|         "node_modules",
 | |
|         "**/node_modules/*"
 | |
|     ]
 | |
| } | 
