mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 03:43:34 +00:00 
			
		
		
		
	Remove useless exclude directory from the tsconfig file
This commit is contained in:
		
							parent
							
								
									aa8caaec4d
								
							
						
					
					
						commit
						57fb0b8f00
					
				@ -13,11 +13,5 @@
 | 
			
		||||
    "noEmitOnError": true
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  "exclude": [
 | 
			
		||||
    "node_modules/",
 | 
			
		||||
    "dist/",
 | 
			
		||||
    "src/admin",
 | 
			
		||||
    "src/plugins/**/admin",
 | 
			
		||||
    "src/extensions/**/admin"
 | 
			
		||||
  ]
 | 
			
		||||
  "exclude": ["node_modules/", "dist/", "src/admin", "src/plugins/**/admin"]
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user