18 lines
		
	
	
		
			381 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			381 B
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|   "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
 | |
|   "operationSettings": [
 | |
|     {
 | |
|       "operationName": "build",
 | |
|       "outputFolderNames": ["output"]
 | |
|     },
 | |
|     {
 | |
|       "operationName": "test:cov",
 | |
|       "outputFolderNames": ["coverage"]
 | |
|     },
 | |
|     {
 | |
|       "operationName": "ts-check",
 | |
|       "outputFolderNames": ["dist"]
 | |
|     }
 | |
|   ]
 | |
| }
 |