mirror of
				https://github.com/cudr/slate-collaborative.git
				synced 2025-06-13 12:54:04 +00:00 
			
		
		
		
	
		
			
	
	
		
			19 lines
		
	
	
		
			303 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			303 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | { | ||
|  |   "presets": [ | ||
|  |     [ | ||
|  |       "@babel/preset-env", | ||
|  |       { | ||
|  |         "targets": { | ||
|  |           "esmodules": false | ||
|  |         } | ||
|  |       } | ||
|  |     ], | ||
|  |     "@babel/typescript" | ||
|  |   ], | ||
|  |   "plugins": [ | ||
|  |     "@babel/plugin-transform-runtime", | ||
|  |     "@babel/proposal-class-properties", | ||
|  |     "@babel/proposal-object-rest-spread" | ||
|  |   ] | ||
|  | } |