mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Prevent typescript errors from crashing
This commit is contained in:
		
							parent
							
								
									f0f5b32300
								
							
						
					
					
						commit
						7850d68dc2
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -47,6 +47,7 @@ gulp.task('build:ts', () => {
 | 
			
		|||
		.src()
 | 
			
		||||
		.pipe(sourcemaps.init())
 | 
			
		||||
		.pipe(tsProject())
 | 
			
		||||
		.on('error', () => {})
 | 
			
		||||
		.pipe(sourcemaps.write('.', { includeContent: false, sourceRoot: '../built' }))
 | 
			
		||||
		.pipe(gulp.dest('./built/'));
 | 
			
		||||
});
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue