15 lines
		
	
	
		
			345 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			345 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| package(default_visibility = ["//visibility:public"])
 | |
| 
 | |
| exports_files([
 | |
|     "protractor.conf.js",
 | |
|     "angular-metadata.tsconfig.json",
 | |
| ])
 | |
| 
 | |
| # ts_library and ng_module use the `//:tsconfig.json` target
 | |
| # by default. This alias allows omitting explicit tsconfig
 | |
| # attribute.
 | |
| alias(
 | |
|     name = "tsconfig.json",
 | |
|     actual = "//src:tsconfig.json",
 | |
| )
 |