mirror of https://github.com/vector-im/riot-web
				
				
				
			Merge pull request #6573 from matrix-org/gsouquet/tsconfig-types
Change tsconfig to autodiscover all @types packages rather setting them explicitelypull/21833/head
						commit
						2f904cccce
					
				| 
						 | 
				
			
			@ -12,12 +12,6 @@
 | 
			
		|||
    "outDir": "./lib",
 | 
			
		||||
    "declaration": true,
 | 
			
		||||
    "jsx": "react",
 | 
			
		||||
    "types": [
 | 
			
		||||
      "node",
 | 
			
		||||
      "react",
 | 
			
		||||
      "flux",
 | 
			
		||||
      "react-transition-group"
 | 
			
		||||
    ],
 | 
			
		||||
    "lib": [
 | 
			
		||||
      "es2019",
 | 
			
		||||
      "dom",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue